in reply to Parsing xml
G'day alexsc01,
I suggest you use XML::Simple's XMLin() function to get your data into a Perl structure. You can then examine this and determine what string of hash keys (or array indices) you need.
XML::Simple::FAQ has an example of this under "How do I know what my data structure should look like?".
— Ken
|
|---|