I get an error running a script with only 1 line in there just for troubleshooting of another piece of code I have. The version is 5.6.1 build 632 on a Win32 platform (W2K Pro). How do I fix it?
Any help is appreciated. -jas The file test.pl has: use Win32::API; When I run, I receive the following error: J:\scripts\Perl\services>test.pl Can't locate Win32API.pm in @INC (@INC contains: D:/Perl/lib D:/Perl/site/lib .) at J:\scripts\Perl\services\test.pl line 1. BEGIN failed--compilation aborted at J:\scripts\Perl\services\test.pl line 1.