Help for this page
# We are in the only process. printf STDERR ("pid = %d\n", $$) if $DEBUG; ... # We are in the parent. printf STDERR ("parent (pid = %d) successfully spawned child (pid = %d +).\n", $$, $pid) if $DEBUG;
use Win32; use Win32::Process; ... ... $process_obj->kill(255);