in reply to parsing complex xml structure with xml::simple

I totally agree with davorg's assessment that what you probably want is ForceArray => 1. I've noted several other potentially useful options here.

However, I would also like to point out that XML::Twig has much to recommend it, including a mode that behaves almost exactly as XML::Simple, but also extensive documents and tutorials. XML::Twig also handles stuff that XML::Simple simply can't.

HTH,

planetscape
  • Comment on Re: parsing complex xml structure with xml::simple