in reply to
Reading a file in reverse until yesterdays date.
If the log file is large (which log files sometimes tend to be) then you might want to use
File::ReadBackwards
or risk getting an 'Out of memory' error.
Comment on
Re: Reading a file in reverse until yesterdays date.
In Section
Cool Uses for Perl