Use Data::Dumper to dump the datastructure provided by XML::Simple's XMLin() function. That will tell you almost everything you need to know about where to find the data you're looking for.
I say almost, because the datastructure will take on a different form at the slightest whiff of change to your incoming XML. For that reason, I prefer a more robust parser such as XML::LibXML, or XML::Twig. But if your XML is unlikely to change much (for example, ShoeBank always has more than one set of shoe(s), XML::Simple is enticing for its ease of use.
Dave
In reply to Re: Problem with parsing an XML using XML::Simple
by davido
in thread Problem with parsing an XML using XML::Simple
by Sidd
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |