Help for this page
... my @args = ( ... my $retval = system( @args ); die "system failed: $?" unless $retval == 0;