Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: recvChapter 5
Function Reference
Next: Reference: ref
 

redo

redo [label]

Restarts a loop block identified by label without re-evaluating the conditional. The continue block, if any, is not executed. If the label is omitted, the command refers to the innermost enclosing loop.


Previous: Reference: recvPerl in a NutshellNext: Reference: ref
Reference: recvBook IndexReference: ref