Help for this page

Select Code to Download


  1. or download this
    my $handle = Win32::EventLog->new("Application", $ENV{ComputerName});
    
  2. or download this
    C:\Perl\site\lib\Win32\EventLog.pm
    
  3. or download this
    C:\> ppm
    ppm> install Win32::EventLog
    
  4. or download this
    REM proxy.bat - set's up proxy environment vars
    @echo off
    set HTTP_proxy=http://your.company.proxy.com:8080/
    set HTTP_proxy_user=user
    set HTTP_proxy_pass=passwd
    
  5. or download this
    use strict;
    use Win32::EventLog;
    
  6. or download this
    Can't locate Win32/EventLog.pm in @INC (@INC contains: c:/Perl/lib c:/
    +Perl/site/lib .) at print_log.pl line 2.
    BEGIN failed--compilation aborted at print_.pl line 2.
    
  7. or download this
    use Data::Dumper;
    print Dumper(@INC);
    
  8. or download this
    $VAR1 = 'c:/Perl/lib';
    $VAR2 = 'c:/Perl/site/lib';
    $VAR3 = '.';