# New Ticket Created by Moritz Lenz # Please include the string: [perl #64566] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64566 >
23:55 <@moritz_> rakudo: my @a = 1..4; say @a[1..*].perl 23:56 < p6eval> rakudo 6b9755: OUTPUT«[2, 3, 4, undef]» It should just be [2, 3, 4]. Cheers, Moritz