Help for this page
sub system_and_die { system(@_) and die "system @_ failed"; ... if($@) { print "Ouch! ($@)\n"; }