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

Re: Favourite One-liners?

by pelagic (Priest)
on Jun 28, 2005 at 10:35 UTC ( [id://470566]=note: print w/replies, xml ) Need Help??


in reply to Favourite One-liners?

# debug regex evaluation perl -e 'use re "debug"; "abc" =~ /a*b+c/;' # show path; 1 dir per line perl -e 'print join("\n", split /:/, $ENV{PATH}), "\n"' # Version of installed Module perl -MXML::Parser -e 'print "$XML::Parser::VERSION\n"'

pelagic

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-23 15:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found