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

The synopsis of Win32::EventLog says:
use Win32::EventLog $handle=Win32::EventLog->new("Application");
That alone should answer the question.