http://qs321.pair.com?node_id=1097095


in reply to Help with Parsing XML output

It sounds like you don't really want to parse the XML, you want to extract particular bits of data from it. These are subtlely different tasks. IME the best tool for extracting bits of information from XML in perl is XML::XPath.