Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Re: strip perl comment lines

by epoptai (Curate)
on Feb 07, 2001 at 17:48 UTC ( [id://56948]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print ($good_lines+$bad_lines) . "lines read from $infile\n",
                "$bad_lines comment lines detected in $infile\n",
                "$good_lines lines written to $outfile\n";
    
  2. or download this
    print (...) interpreted as function at unc_rep.pl line 40.
    
  3. or download this
    my$lines=($good_lines+$bad_lines);
    print "$lines lines read from $infile\n",
          "$bad_lines comment lines detected in $infile\n",
          "$good_lines lines written to $outfile\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-20 04:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found