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

Re^4: Displaying/buffering huge text files

by mjbiren (Initiate)
on Dec 23, 2011 at 01:11 UTC ( [id://944881]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Displaying/buffering huge text files
in thread Displaying/buffering huge text files

In case it isn't clear, $s is for start, the line to start on. For $fileLastLine I used:
my $fileLastLine = `wc -l ${filename}`; chomp $fileLastLine; $fileLastLine = int ($fileLastLine);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 04:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found