HELP! I'm experiencing a problem with the Win32::API module. I downloaded the module from CPAN and I installed it with PPM. The installation went fine, the PM is in one of my @INC dirs. When I try to put "use Win32::API;" at the top of a perl script and then try to run the script, I get an error saying :
Can't locate loadable object for module Win32::API in @INC (@INC contains: c:\pe
rl\5.005\lib/MSWin32-x86-object c:\perl\5.005\lib c:\perl\site\5.005\lib/MSWin32
-x86-object c:\perl\site\5.005\lib c:\perl\site\lib .) at toto.pl line 1
BEGIN failed--compilation aborted at toto.pl line 1.
HELP!!!!!
Thanks in advance
Guillaume