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


in reply to Reaped: Retrieve xml element and value in perl without spicifying element name

I suggest you read about XML DOM and XPath, then look for XML modules on CPAN, to help you.

Remember: PerlMonks is not a programming service. Please read the guidelines on How (Not) To Ask A Question.

In a few words, you should try to solve the problem by yourself first, Google for answers, then if all this fails, post a question here and include your non-working or partially working code with it. You are more likely to have valuable answers this way.

Good luck!

Testing never proves the absence of faults, it only shows their presence.