in reply to Map multiple xml tags to array

What AppleFritter said. Additionally:

STATUS OF THIS MODULE

The use of this module in new code is discouraged. Other modules are available which provide more straightforward and consistent interfaces. In particular, XML::LibXML is highly recommended.

The major problems with this module are the large number of options and the arbitrary ways in which these options interact - often with unexpected results.

Replies are listed 'Best First'.
Re^2: Map multiple xml tags to array
by Anonymous Monk on Aug 15, 2014 at 11:17 UTC
    monks, is there a different module with a "simple" interface like XML::Simple? having trouble finding one