in reply to Re: Extracting from repetitive multi level tags containing repetitive tags using Perl
in thread Extracting from repetitive multi level tags containing repetitive tags using Perl

See the ForceArray option in the documentation of XML::Simple.

Whenever you find that the data structure you expect seems not to be the data structure you want, consider using Data::Dumper to inspect what you get. Also, see References Quick Reference for how to access data.

  • Comment on Re^2: Extracting from repetitive multi level tags containing repetitive tags using Perl
  • Download Code