http://qs321.pair.com?node_id=582081


in reply to Re: last in a do while loop
in thread last in a do while loop

Mmhh, I know this is just copy and pasted code, but it makes me wonder anyway - is it just me or is the code for the last example slightly strange?
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.