Help for this page

Select Code to Download


  1. or download this
    use Win32::API;
    $GetPID = new Win32::API("kernel32", "GetCurrentProcessId", [], N);
    $PID = $GetPID->Call();
    
  2. or download this
    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.