# New Ticket Created by Ilya Belikin # Please include the string: [perl #61172] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61172 >
Hi! in 33622: > sub foo (%h) { say %h.perl }; foo({a=>1}); {"a" => 1} > sub foo (%h) { say %h.perl }; foo(1); 1 > sub foo (%h) { say %h.perl }; foo("a"); "a" ihrd