This module reads a file backwards line by line. It is simple to use,
authorjnemeth <jnemeth>
Tue, 13 Nov 2007 15:58:43 +0000 (15:58 +0000)
committerjnemeth <jnemeth>
Tue, 13 Nov 2007 15:58:43 +0000 (15:58 +0000)
commitb3f13a10fbab37f2c566a0ecf8eb16e5f893266a
treeb2830bb10dc6e815952109e0ffc84a590fca6956
parentcab4a064091ed33682eb6b29db6a43cfa11cb372
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.
textproc/p5-File-ReadBackwards/DESCR [new file with mode: 0644]
textproc/p5-File-ReadBackwards/Makefile [new file with mode: 0644]
textproc/p5-File-ReadBackwards/distinfo [new file with mode: 0644]