|
Posted by comp on August 29, 2004, 9:08 pm
Please log in for more thread options
There is a plan to switch from Unix to Windows 2000. Trying
to get familiarized with Win32 I installed ActivePerl and
some other Win32 extensions on my home PC. After running
some scripts, I found that Win32::File is not included in
ActivePerl (Should it?) So I downloaded it from CPAN. I
got the following error when I tried to use it:
---------------------
Win32::File object version 0.05 does not match
$Win32::File::VERSION 0.03 at c:PerlLibDynaLoader.pm line
253.
Compilation failed in require at C:ProjectsPerlmytest.pl
line 1.
BEGIN failed--compilation aborted ar
C:ProjectsPerlmytest.pl line 1.
---------------------
perl -MWin32 -e "print $Win32::VERSION"
showes .23
Any suggestion what I should do? Try toi find the right
version of Win32::File? what is the correct version?
Thanks much,
pac
|