in reply to Re: XML parsing problem
in thread XML parsing problem

If you want to query your XML-file, XPath is the way

I agree with that 100% however XML::LibXML is a much better module to recommend than XML::XPath. The libxml implementation is much faster, uses less memory and is currently being maintained.