# New Ticket Created by Moritz Lenz # Please include the string: [perl #61300] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61300 >
23:27 < moritz_> rakudo: my ($x, @y) = <a b c d e>; say @y.perl 23:27 < p6eval> rakudo 33813: OUTPUT["b"] so @y gets only the first element, when in fact it should get all the rest.