in reply to A few random questions from Learning Perl 3
Hi ,
The naked block of code is a block of any perl set of statements that are with in brackets.
The next; actually goes to the end of current iteration of the loop and the last; is that you said , that which lets you go to the end of the iterations of the loop rather kind of exit from the loop itself .