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

Loading a part of the file to array using Tie::File

by ansh007 (Novice)
on Nov 21, 2017 at 14:44 UTC ( [id://1203885]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open(LOG_READ,"cat $InLogFilePath|tail -n +$InStartLineNumber|") || di
    +e "can not open file :$!";
    my @all_lines = <LOG_READ> ;
    close (LOG_READ);
    for (@all_lines) {.. }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1203885]
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (1)
As of 2024-04-25 04:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found