somefunction() if $some_condition; sub somefunction { &some_stuff(); return if $condition; &some_more_stuff(); }