in reply to Desparate behavior in loop labels

I think this may be an example:

sub foo { last } { foo(); } __END__ Exiting subroutine via last at ...

lodin