in reply to Preserving order for nested hashes using Tie::IxHash

You could also check out japhy's module Tie::Autotie.

Also, note that there's an XS alternative to Tie::IxHash: Tie::Hash::Indexed.

  • Comment on Re: Preserving order for nested hashes using Tie::IxHash