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