in reply to Re: Access Windows Events log using win32::API
in thread Access Windows Events log using win32::API

Hi Rob, yes your are correct. By any way (by using Win32::Eventlog) also is it possible to get Windows Application event logs? I tried couple of times to get Windows Application event logs using Win32::EventLog also but no luck :-( Satya
  • Comment on Re^2: Access Windows Events log using win32::API

Replies are listed 'Best First'.
Re^3: Access Windows Events log using win32::API
by marto (Cardinal) on Sep 19, 2009 at 12:32 UTC

    Did you read the documentation for Win32::Eventlog? There are working examples there. You tell us you've tried and had 'no luck', unless you show us what you tried and the error message you receive, how can we help?

    Update: Also see How do I post a question effectively?.

    Martin

Re^3: Access Windows Events log using win32::API
by cdarke (Prior) on Sep 19, 2009 at 14:55 UTC
    The synopsis of Win32::EventLog says:
    use Win32::EventLog $handle=Win32::EventLog->new("Application");
    That alone should answer the question.