Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Edit huge file

by zork42 (Monk)
on Jun 19, 2013 at 15:44 UTC ( [id://1039794]=note: print w/replies, xml ) Need Help??


in reply to Edit huge file

rjt + BrowserUk : what is the 'l' doing in your one-liners that start with:
perl -nle"..."
?
I've read the perlrun documentation but I'm not really much wiser.

Replies are listed 'Best First'.
Re^2: Edit huge file
by BrowserUk (Patriarch) on Jun 19, 2013 at 16:30 UTC
    what is the 'l' doing in your one-liners that start with: perl -nle"..."

    Literally, it autochomps input and auto-appends $\ for print statements.

    Generically, it is useful when using print as it avoids having to append "\n". Also, when comparing with literals, the autochomping avoids having to add the "\n" into the literals.

    In the specific case of my one-liner in this thread, it is redundant and actually slows the solution down by ~20%. So good catch++.


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-25 07:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found