Help for this page
Because system() and backticks block SIGINT and SIGQUIT, killing the p +rogram they're running doesn't actually interrupt your program. ... $exit_value = $? >> 8; $signal_num = $? & 127; $dumped_core = $? & 128;