http://www.perlmonks.org?node_id=1007962


in reply to Re^2: XML::Simple parsing help
in thread XML::Simple parsing help

Excellent, bitingduck!

Replies are listed 'Best First'.
Re^4: XML::Simple parsing help
by bitingduck (Chaplain) on Dec 09, 2012 at 08:29 UTC

    I always find XML::Simple to be so simple that it seems like extra work to back the structure out once it's parsed into a hash. XML::TreeBuilder is easier to wrap my head around with the descriptive method names, but still simpler than using XML::LibXML