do { last; } while (1); #### do { next if (not defined $_); print $_, "\n"; next; } for (1 .. 10);