On Sun Feb 28 21:47:37 2016, r...@hoelz.ro wrote:
> I would expect a "last without loop construct" error instead.
It's a read-eval-print-*loop*, so it turns out you actually are in a loop
construct and end up exiting that! :-) We can likely get the behavior you're
after though, which I think mak
# New Ticket Created by Rob Hoelz
# Please include the string: [perl #127631]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127631 >
I would expect a "last without loop construct" error instead.