in reply to XML & data structure parsing fun (XML::Simple ??)
You should consider XML::Twig, XML::TreeBuilder, XML::LibXML and other among the very many modules in CPAN's XML name space.
XML::Simple seems to generate as many questions here as any other single module and most of the answers recommend a different XML module. XML::Simple is simple for a very small range of tasks that are a good match for its default behavior. After that it tends to become XML::Warty.
|
|---|