%hash = (foo => 'foo', bar => 'bar'); $href = \%hash; #### $href = (\'foo', \'foo', \'bar', \'bar'); # which reduces to... $href = \'bar';