Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

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

by matrixmadhan (Beadle)
on Dec 06, 2008 at 14:15 UTC ( [id://728549]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open (FILE_A, "$file_a") or die "couldn't open the file!";
    >>open (FILE_A, "$file_a") or die "couldn't open the file $file_a <$!>
    +!";
    
  2. or download this
    close (FILE_A);
    >>close (FILE_A) or die "Unable to close file";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-26 00:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found