Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^4: Which way is recommended ?

by quester (Vicar)
on Nov 22, 2008 at 07:56 UTC ( [id://725301]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Which way is recommended ?
in thread Which way is recommended ?

Pardon me, but even one liners need to enable warnings...
$ perl -wpe '$_' file.txt Useless use of a variable in void context at -e line 1. ...
It should actually just be
$ perl -wpe '' file.txt

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-26 00:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found