1234567
my $pid = fork;if ($pid == 0) { exec $prog, "bla", foo"; die $!;}# ... irgendwannkill 9 => $pid;