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