in reply to Re: Use of 'last' within single-line while loops
in thread Use of 'last' within single-line while loops

> Expressions with loop statement modifiers are not considered by last.

choroba@still ~ $ perl -wE 'L: for my $x (qw(a b c)) { say("$x$_"), la +st for 1,2,3}' a1 b1 c1 choroba@still ~ $ perl -wE 'L: for my $x (qw(a b c)) { say("$x$_"), la +st L for 1,2,3}' a1

($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Replies are listed 'Best First'.
Re^3: Use of 'last' within single-line while loops
by ikegami (Patriarch) on Mar 21, 2018 at 17:00 UTC

    wut. Well that's not right. Of course, it can't be fixed now without breaking code.