in reply to
returning from the middle of a loop
This is fine. What MIGHT be ill-advised, or at least might be ugly to look at in code, is a subroutine called in a loop that calls
last()
or
next()
.
$_="goto+F.print+chop;\n=yhpaj";F1:eval
Comment on
RE: returning from the middle of a loop
In Section
Seekers of Perl Wisdom