# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #131076] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=131076 >
Code: my $x = *²; for $x(42), $x(50) { say $_ } Result: ===SORRY!=== Error while compiling -e This appears to be Perl 5 code at -e:1 ------> my $x = *²; for ⏏$x(42), $x(50) { say $_ }