Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Someone please verify this.

by rob_au (Abbot)
on Jul 10, 2007 at 04:25 UTC ( [id://625760]=note: print w/replies, xml ) Need Help??


in reply to Someone please verify this.

You may also want to look at the -i switch to the perl interpreter which allows for in-place editing of files - For example:
perl -pi -e 's/foo/bar/g' file.txt
Further details are available in the perlrun man page.

 

perl -le "print unpack'N', pack'B32', '00000000000000000000001000000000'"

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (6)
As of 2024-04-19 10:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found