81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
13 lines
502 B
Text
13 lines
502 B
Text
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.
|
|
|
|
WWW: http://search.cpan.org/dist/File-ReadBackwards/
|
|
|
|
-Anton
|