in reply to Reading win2000 application event logs with perl
if ($hashRef->{Source} eq "EventLog") { Win32::EventLog::GetMessageText($hashRef); print "Entry $x: $hashRef->{Message}\n"; }
#if ($hashRef->{Source} eq "EventLog") { Win32::EventLog::GetMessageText($hashRef); print "Entry $x: $hashRef->{Message}\n"; #}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Reading win2000 application event logs with perl
by RichardH (Sexton) on Jun 12, 2001 at 21:15 UTC | |
by Anonymous Monk on May 21, 2002 at 13:47 UTC |