freebsd-ports/textproc/p5-Parse-Syslog/pkg-descr
Pete Fritchman ca0982db2e Add p5-Parse-Syslog-0.03, Perl5 routines that present a simple interface to
parse syslog files.

PR:		30978
Submitted by:	Stephen J. Roznowski <sjr@home.com>
2001-10-05 08:55:59 +00:00

6 lines
279 B
Text

Parse::Syslog presents a simple interface to parse syslog
files: you create a parser on a file (with new) and call
next to get one line at a time with Unix-timestamp, host,
program, pid and text returned in a hash-reference.
WWW: http://search.cpan.org/search?dist=Parse-Syslog