in reply to Problem using module XML::Simple
Since no one has directly answered your question ...
The {Service}->{WR80B} bit suggests that you're expecting XML::Simple to use array folding to convert the array of <Service> elements into a hash keyed on the value of the 'Name' attributes. There are two problems with that:
More details in this article.
|
|---|