it prints '99', not '92' why ?my $r = new Tie::IxHash() ; $r->Push( a => 9 ) ; $r->Push( b => 2 ) ; my @l = $r->Values('a', 'b') ; print @l ;
In reply to Re^2: get one value from Tie::IxHash
by jeanluca
in thread get one value from Tie::IxHash
by jeanluca
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |