Help for this page
someFunction() or exit(1);
my $ret = someFunction(); if( $ret ){ do_your_thing(); maybe_return_here(); }