Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

lima1's scratchpad

by lima1 (Curate)
on Jul 25, 2007 at 18:27 UTC ( [id://628757]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $line_id = 0;
    LINE:
    ...
       # now parse the interesting part of the file
       ...
    }
    
  2. or download this
    { local $. = 0; do {} while ($. < $n && <$IN>); }
    while (my $line = <$IN>) {
      ...
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-03-29 12:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found