in reply to Re^2: Using the Serial Port
in thread Using the Serial Port

If you are using ActiveState Perl, I believe you can use their PPM (Perl Package Manager) utility to install this module.

At a command prompt, type 'ppm'. This will bring you to a 'ppm>' prompt. Then the command 'install win32::api' should download the proper files and install it for you. (it's been a while since I've used this and I can't test it at the moment to make sure it works). However, if you DO have problems, type 'help' and the PPM will give you a list of commands.

Hope that helps!

Replies are listed 'Best First'.
Re^4: Using the Serial Port
by eran_benjamin (Initiate) on Apr 21, 2005 at 11:22 UTC
    Thanks, I have managed to install the API.pm. Still I get a shout that the perl, find the FILE, but has a problem with the object! Do you have any idea how to solve this problem. ...... Can't locate loadable object for module Win32::API in @INC (@INC contains: . .\t .\lib ..\lib C:\Perl\site\lib\Win32 C:\Perl\site\lib\Win32API C:/Perl/lib C:/Perl/site/lib) at ..\lib/Win32API/CommPort.pm line 5 ......