in reply to
Parsing a specific section of a log file
I don't even know the module, but it sounds like
File::ReadBackwards
would be of help here. Alternatively, consider
Tie::File
and a binary search for the time.
Anno
Comment on
Re: Parsing a specific section of a log file
Select
or
Download
Code
In Section
Seekers of Perl Wisdom