# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64768] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64768 >
$ perl6 -e 'my %h = 'foo' => [1,2,3], 'bar' => [4,5,6]; say %h{*}[1].perl' elements() not implemented in class 'Undef' [...] When this works, we'll want this to output '[2, 5]'.