You all were right.
It turned out the log file had empty lines in it, for whatever reason our developers decided to stick them in there.
I easily solved it by simply doing:
prior tonext if $log_line =~ /^$/;
last if $log_line lt $earliest;
In reply to Re^2: Problem using File::ReadBackwards
by vxp
in thread Problem using File::ReadBackwards
by vxp
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |