Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Uncommon but Useful Perl Command Line Options

by hardburn (Abbot)
on Jan 28, 2004 at 22:01 UTC ( [id://324810]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Deparse -le ''
    -e syntax OK
    BEGIN { $/ = "\n"; $\ = "\n"; }
    ();
    
  2. or download this
    $ perl -MO=Deparse -l001 -e ''
    -e syntax OK
    BEGIN { $/ = "\n"; $\ = "\001"; }
    ();
    
  3. or download this
    $ perl -MO=Deparse -0001 -e ''
    -e syntax OK
    BEGIN { $/ = "\001"; $\ = undef; }
    ();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-03-19 04:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found