LOOP: while(1) { last LOOP; } #### LOOP: while(1) { while ( condition ) { last LOOP; } } #### THING: for my $thing (@things) { redo THING; }