if ($gas_cost < 1) {goto ENDING_BRACE }; stuff here ENDING_BRACE: continue here #### if ($gas_cost < 1) {&ENDING_BRACE }; stuff here sub ENDING_BRACE; continue here