in reply to
Dealing with Syslog files
Hi, Syslogs are simple text files, which you can process line by line. You can regex or split the lines to extract your data. See
parsing a syslog entry
for example code.
I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku
...................
flash japh
Comment on
Re: Dealing with Syslog files
In Section
Seekers of Perl Wisdom