Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Win32::Job;
    ...
      my $t  = $stat->{$pid}->{time};
      print "pid=$pid, rc=$rc, elapsed time=$t->{elapsed} secs\n";
    }
    
  2. or download this
    use strict;
    use Win32::Process;
    ...
      print "Process pid $pid launched.\n";
    }
    print "I'm outta here.\n";