# New Ticket Created by Alex Jakimenko # Please include the string: [perl #126200] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126200 >
Code:
outer: loop { loop { last owter; } };
Result:
===SORRY!=== Error while compiling ./test.pl
Undeclared routine:
owter used at line 2
It should probably say “Undeclared label”.
masak also mentioned Levenshtein. Indeed, that would be great.
