Wednesday, January 16, 2008

Unordered Hash Is Killing XML::Simple

One of my big irks about Perl: the index of the hash is not sorted automatically by the order of insertion. Yes, Tie::DxHash should do the trick but XML::Simple doesn't that module.

Maybe it is time to start looking into XML::Simple and see if I could replace the conventional hash with DxHash.

No comments: