NOTICE: This package has been removed from pkgsrc

./wip/p5-File-ReadBackwards, File::ReadBackwards.pm -- Read a file backwards by lines

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.04, Package name: p5-File-ReadBackwards-1.04, Maintainer: evaldo

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.


Required to run:
[lang/perl5]

Master sites: (Expand)

SHA1: 19874cb169f2b105c82222588a163fb17bd77599
RMD160: ab166d1797b0e95ae8990ee583071337bfb54fdf
Filesize: 8.123 KB

Version history: (Expand)


CVS history: (Expand)


   2012-02-17 08:57:55 by Hiramatsu Yoshifumi | Files touched by this commit (3) | Package removed
Log message:
p5-File-ReadBackwards is imported into pkgsrc(textproc/p5-File-ReadBackwards).
   2009-09-01 14:53:07 by Evaldo Gardenali | Files touched by this commit (3) | Imported package
Log message:
Import p5-File-ReadBackwards-1.04 as wip/p5-File-ReadBackwards.

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.