# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #65390] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65390 >
<moritz_> rakudo: our %*h; %*h.push: $*IN.slurp.join.comb.map(-> $k {$k=>1}); say %*h.perl <p6eval> rakudo 4d7fe5: OUTPUT«get_pmc_keyed_str() not implemented in class 'String' [...] <masak> huh? <masak> rakudo: our %*h <p6eval> rakudo 4d7fe5: OUTPUT«get_pmc_keyed_str() not implemented in class 'String' [...] <masak> rakudo: our $*h <p6eval> rakudo 4d7fe5: ( no output )