Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: what regular expression do I need?

by bimleshsharma (Beadle)
on Apr 18, 2013 at 09:56 UTC ( [id://1029305]=note: print w/replies, xml ) Need Help??


in reply to what regular expression do I need?

Try this..

while(<FILE>) { if($_ =~ /I/ || $_ =~ /M/ || $_ =~ /O/){} else { print "\n $_"; } }

Log In?
Username:
Password:

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

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

    No recent polls found