Help for this page
perldoc -f system
if ($? == -1) { print "failed to execute: $!\n"; ... printf "child exited with value %d\n", $? >> 8; }