in reply to return value from system call, exit status, shift right 8, bitwise and, $?

And then there's IPC::System::Simple.
use IPC::System::Simple qw( systemx ); systemx( perl => ( '-e', 'print "foo"' )); # Dies on error
  • Comment on Re: return value from system call, exit status, shift right 8, bitwise and, $?
  • Download Code