Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: clipcommand.pl (Embed perl into your clipboard)

by antirice (Priest)
on Nov 02, 2007 at 14:43 UTC ( [id://648658]=note: print w/replies, xml ) Need Help??


in reply to Re: clipcommand.pl (Embed perl into your clipboard)
in thread clipcommand.pl (Embed perl into your clipboard)

The way I meant it to be used was something like this:

-- eval print for 1..100;

or suppose you have a list of items and wish to build a derived table (nice for seeing which of the values doesn't exist in another table)

-- eval print join "$/UNION ALL$/", map "SELECT $_ as x", 1..100;

The intent was to let you pass plain perl and do whatever you want.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://648658]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 16:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found