in reply to Re: last in a do while loop
in thread last in a do while loop
LOOP: { do { last if $x = $y**2; # do something here } while $x++ <= $z; }
-- Hofmator
Code written by Hofmator and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: last in a do while loop
by davorg (Chancellor) on Nov 03, 2006 at 13:48 UTC |