in reply to function or something
someFunction() or exit(1); [download]
my $ret = someFunction(); if( $ret ){ do_your_thing(); maybe_return_here(); } [download]