my $r = new Tie::IxHash() ; $r->Push( 'a' => 1 ) ; print $r->Value('a') ; # doesn't work