Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I run this with -w and the result I get is:use Win32::API; $GetPID = new Win32::API("kernel32", "GetCurrentProcessId", [], N); $PID = $GetPID->Call();
Any help would be greatly appreciated.Can't locate loadable object for module Win32::API in @INC (@INC conta +ins: C:/Perl/lib C:/Perl/site/lib .) at comm.pl line 2 Compilation failed in require at comm.pl line 2. BEGIN failed--compilation aborted at comm.pl line 2.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Package install
by insensate (Hermit) on Oct 07, 2002 at 22:46 UTC | |
by nutshell (Beadle) on Oct 08, 2002 at 02:18 UTC | |
|
Re: Package install
by semio (Friar) on Oct 08, 2002 at 02:40 UTC | |
|
Re: Package install
by kabel (Chaplain) on Oct 07, 2002 at 22:24 UTC | |
|
Re: Package install
by helgi (Hermit) on Oct 08, 2002 at 10:14 UTC |