# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #65388] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65388 >
<masak> rakudo: %*h.push: $*IN.slurp.join.comb.map(-> $k {$k=>1}); say %*h.perl <p6eval> rakudo 4d7fe5: OUTPUT«{}» <masak> I would expect something non-empty. <masak> rakudo: %*h.push: 1 => 2; %*h.perl.say <p6eval> rakudo 4d7fe5: OUTPUT«{}»