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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: kill Chapter 5
Function Reference
Next: Reference: lc
 

last

last 
label

Immediately exits the loop identified by label . If label is omitted, the command refers to the innermost enclosing loop.


Previous: Reference: kill Perl in a Nutshell Next: Reference: lc
Reference: kill Book Index Reference: lc