Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: What one-liners do people actually use?

by gordoste (Initiate)
on Jan 03, 2006 at 00:39 UTC ( [id://520482]=note: print w/replies, xml ) Need Help??


in reply to What one-liners do people actually use?

perl -lpe '$_=$!=$_'
Translates UNIX error codes to English.

Sufficiently advanced Perl is indistinguishable from garbage.

Replies are listed 'Best First'.
Re^2: What one-liners do people actually use?
by jmcnamara (Monsignor) on Jan 03, 2006 at 00:55 UTC
    Nice. ++

    I use this for a static list:

    perl -le 'print $!+0, "\t", $!++ for 0..127'
    There are some other variations here.

    --
    John.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-03-30 08:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found