Description
perl-File-ReadBackwards - Perl extension for reading a file backwards by lines
Distribution: ROSA 2014.1
Repository: ROSA Contrib x86_64
Package name: perl-File-ReadBackwards
Package version: 1.50.0
Package release: 4-rosa2014.1
Package architecture: noarch
Package type: rpm
Installed size: 18.35 KB
Download size: 14.20 KB
Official Mirror: mirror.rosalab.ru
This module reads a file backwards line by line. It is simple to use,
memory efficient and fast. It supports both an object and a tied handle
interface.
It is intended for processing log and other similar text files which
typically have their newest entries appended to them. By default files are
assumed to be plain text and have a line ending appropriate to the OS. But
you can set the input record separator string on a per file basis.