How to parse an EventReporter Syslog Message in Perl?
Simply use the sample script below. It shows you how to parse a single syslog message generated by EventReporter. You can cut it from the textbox below. #!/usr/bin/perl ##################################################################################################### #Copyright (C) 2001 by Adiscon GmbH * http://www.adiscon.com # #This software can be distributed freely and used without cost, as long as this copyright notice #and […]
