Help for this page

Select Code to Download


  1. or download this
    my $proc = Win32::Process::Open( $pid, $iflags );  
    
    Creates a handle Perl can use to an existing process as identified by 
    +$pid.
    
  2. or download this
    $proc->Wait( <milliseconds|INFINITE> );