in reply to XML Parsing
Most of the stuff I'd keep in XML doesn't need to maintain a strictly hierarchical tree, so the simplest (and smallest) parser is best for my purposes. If you can use a tied hash with XML::Simple::XMLin, that is another option. (It acts like a hash, but it keeps the order consistent.)
|
---|