81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
6 lines
273 B
Text
6 lines
273 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/dist/Parse-Syslog/
|