When reading-in xml the XML-Simple provides the xml as a hash-structure.
Using Data::Dumper to give a print-out on command line.
Thus you can easily see how to access the elements.
Some xml-tags which may occur more than once are grouped into an array as far as I remember..