Help for this page

Select Code to Download


  1. or download this
    use Win32::EventLog; # Module to access event Log for step 3
    
  2. or download this
    $handle= New Win32::EventLog("System");
    $i = 0; #sets up the counter for amount of alerts
    ...
    }
    
    $handle->Close