multidimensional insertion order



Is there a way to maintain insertion order in multidimensional hashes across ALL levels of the hash? If I use Tie::IxHash, it only maintains the insertion order of the first level. I am parsing a file line by line and trying to create basically a crosstab html table by converting the parsed lines to a structured 4-tier hash.

TIA
Caleb
.



Relevant Pages