in reply to Re: whats wrong reverse %x = reverse %h?
in thread whats wrong reverse %x = reverse %h?
but the result is{ 2 => 1, b=> 'a' } or { 2 => 'c', b=> 'a' }
even more unexpeted results from perl 5.8.4 where I get{ a => 2, b => 2}
{ '' => '2' }
|
|---|