in reply to Re: XML::Simple Array bombs out with 1 Item in document
in thread XML::Simple Array bombs out with 1 Item in document

Thanks. But my code does work well when there are 2 or more items
  • Comment on Re^2: XML::Simple Array bombs out with 1 Item in document

Replies are listed 'Best First'.
Re^3: XML::Simple Array bombs out with 1 Item in document
by Anonymous Monk on Jun 14, 2012 at 20:00 UTC

    That's great. But I hear the code doesn't work well when there is only 1 item.

    And that's the case that derby is talking about. You could check to see if you've got a hash (1 item) or an array (2+ items), using ref, or see about making them always be arrays in the module's options (see ForceArray).