Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: myChapter 5
Function Reference
Next: Reference: no
 

next

next label

Immediately jumps to the next iteration of the loop identified by label or the innermost enclosing loop, if there is no argument. If there is a continue block, it will be executed immediately after the next, before the loop is reiterated.


Previous: Reference: myPerl in a NutshellNext: Reference: no
Reference: myBook IndexReference: no