1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
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

7 lines
279 B
Plaintext

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