# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64310] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64310 >
<masak> rakudo: sub foo { my $a = 5; say $^a }; foo(7) <p6eval> rakudo c01555: OUTPUT«5» <moritz_> that looks... wrong <masak> aye. <masak> bug reporting time. Compile-time error, perhaps?