in reply to Re: Win32::EventLog not returning all events?
in thread Win32::EventLog not returning all events?
The problem is that when I iterate over...
...it doesn't include all events I see in EventVwr! If I makeit print out the event details, I can walk through the events and see the code showing me some events but missing others. I can't figure out why it'd be skipping them, as they don't look different to me in any way.while ($log->Read((EVENTLOG_SEQUENTIAL_READ|EVENTLOG_BACKWARDS_READ),1 +, my $entry))
|
|---|