ca0982db2e
parse syslog files. PR: 30978 Submitted by: Stephen J. Roznowski <sjr@home.com>
6 lines
279 B
Text
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
|