Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^4: perl -pi -e s'/^\s+//'g $file

by Anonymous Monk
on Mar 22, 2012 at 10:55 UTC ( [id://960975]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    local @ARGV = @_;
    require ARGV::readonly;
    ARGV::readonly->import; ## THIS!!!
    
  2. or download this
    local @ARGV = @_;
    # Tom Christiansen in Message-ID: <24692.1217339882@chthon>
    # reccomends essentially the following:
    ...
       s/^/< /;        # force open for input
       $_.=qq/\0/;    # trailing whitespace preserved & pipes forbidden
    };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-03-28 14:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found