From the docs:
$bw = File::ReadBackwards->new( 'log_file' ) or die "can't read 'log_file' $!" ; while( defined( $log_line = $bw->readline ) ) { print $log_line ; }
In reply to Re: Is there a way to read a file backwards?
by btrott
in thread Is there a way to read a file backwards?
by gaggio
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |