Help for this page
if (system( ... ) == 0) { # it succeeded. ... my $signal = $? & 127; my $coredump = $? & 128; }