[perl #40980] [BUG] Infinite loop on lexical declaration
thanks, fixed in r15810. leo
[perl #40980] [BUG] Infinite loop on lexical declaration
# New Ticket Created by "Flavio S. Glock" # Please include the string: [perl #40980] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40980 > declaring a lexical twice makes an infinite loop: .sub main .lex '$a', P0 .lex