Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Going through a big file [solved]

by Chuma (Scribe)
on Jan 17, 2013 at 12:31 UTC ( [id://1013768]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open in, shift @ARGV;
    for(<in>){
    
  2. or download this
    tie @in, 'Tie::File', shift @ARGV;
    for(@in)
    
  3. or download this
    tie @in, 'Tie::File', shift @ARGV;
    while(1){
    $_=$in[$i++];
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1013768]
Approved by marto
Front-paged by MidLifeXis
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: (5)
As of 2024-04-25 14:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found