in reply to return value from system call, exit status, shift right 8, bitwise and, $?
use IPC::System::Simple qw( systemx ); systemx( perl => ( '-e', 'print "foo"' )); # Dies on error [download]