- or download this
my $handle = Win32::EventLog->new("Application", $ENV{ComputerName});
- or download this
C:\Perl\site\lib\Win32\EventLog.pm
- or download this
C:\> ppm
ppm> install Win32::EventLog
- 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
- or download this
use strict;
use Win32::EventLog;
- 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.
- or download this
use Data::Dumper;
print Dumper(@INC);
- or download this
$VAR1 = 'c:/Perl/lib';
$VAR2 = 'c:/Perl/site/lib';
$VAR3 = '.';