in reply to Win32::EventLog "fails" with no events?

Another option for you may be to use a different module. I would recommend that you take a look at http://www.cpan.org/modules/by-authors/id/H/HC/HCARVEY/.

This module bypasses the Windows API and reads the event log directly, which is quite useful where the Windows API cannot read the event log or thinks there is a problem with some event log entries.

  • Comment on Re: Win32::EventLog "fails" with no events?