![]() |
|
"be consistent" | |
PerlMonks |
Re: do while loopsby sapnac (Beadle) |
on Dec 01, 2006 at 15:18 UTC ( #587209=note: print w/replies, xml ) | Need Help?? |
What do you do if you want to exit
out of the loop earlier?
This should be covered under this topic as it differs from one to another.
Last; -> to break out
next; -> to skip to next
In Section
Tutorials
|
|