start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: recv Chapter 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: recv Perl in a Nutshell Next: Reference: ref
Reference: recv Book Index Reference: ref