Index of /ports_www/p5-HTTPD-Log-Filter

Icon  Name                    Last modified      Size  
[DIR] Parent Directory - [   ] Makefile 28-Apr-2008 18:16 715 [   ] distinfo 28-May-2011 14:15 149 [TXT] pkg-descr 21-Sep-2005 23:31 667 [   ] pkg-plist 22-Jan-2006 05:58 336
This module provide a simple interface to filter entries out
of an httpd logfile. The constructor can be passed regular
expressions to match against particular fields on the
logfile.  It does its filtering line by line, using a filter
method that takes a line of a logfile as input, and returns
true if it matches, and false if it doesn't.

There are two possible non-matching (false) conditions; one
is where the line is a valid httpd logfile entry, but just
doesn't happen to match the filter (where "" is returned).
The other is where it is an invalid entry according to the
format specified in the constructor.

WWW: http://search.cpan.org/dist/HTTPD-Log-Filter/