in reply to Parsing nested XML

Easy to use, but don't use it on really big files: XML::Simple. I personally like XML::Twig above all other XML parsers for general (and pretty fast) XML work, but I guess it's a matter of taste. Take a look at the docs, and pick what you think would be nice.