my $r = new Tie::IxHash() ; $r->Push( a => 9 ) ; $r->Push( b => 2 ) ; my @l = $r->Values('a', 'b') ; print @l ;