Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: how to comment the lines if found a match

by gwadej (Chaplain)
on Dec 05, 2008 at 21:59 UTC ( #728397=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      if($l =~ /\Q$m\E/)
      {
         print "We matched\n";
         print OF "$$l";
      }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://728397]
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: (5)
As of 2023-12-10 21:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (41 votes). Check out past polls.

    Notices?