in reply to Re: Writing to Event Log (Security)
in thread Writing to Event Log (Security)

I am using new("Security") instead of new("Application")
Eg:
my $handle = Win32::EventLog->new("Security") or die "Can't open Application EventLog\n";
The script run without error
But i dont see any entry under Security


Waiting for hopefully...