in reply to Exit with a number

System's return value has a lot of information in it.
$exit_value = $result >> 8; $signal_num = $result & 127; $dumped_core = $result & 128;