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

Re^3: Simple regexp question

by ikegami (Patriarch)
on Mar 31, 2006 at 07:21 UTC ( [id://540400]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -pe "s/[#*]//g" infile > outfile
    
  2. or download this
    perl -i.bak -pe "s/[#*]//g" filename
    
  3. or download this
    perl -pe "next if /[#*]/" infile > outfile
    
  4. or download this
    perl -i.bak -pe "next if /[#*]/" filename
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-19 13:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found