in reply to I don't understand why keys %hash does this ...

Hi there,
If you want to keep using a hash you can use Tie::IxHash
It gives you back the keys in the order you inserted them.
hth
si_lence
  • Comment on Re: I don't understand why keys %hash does this ...