if ($some_condition){ &some_stuff(); goto EXIT if $condition; &some_more_stuff(); } EXIT: {};