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

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re: Extracting from repetitive multi level tags containing repetitive tags using Perl

Replies are listed 'Best First'.
Re^2: Extracting from repetitive multi level tags containing repetitive tags using Perl
by toolic (Bishop) on Jan 20, 2012 at 20:45 UTC
    • Post your Perl code.
    • Post the output you get when you run your Perl code.
    • Post the output you expect to get.
    • Clearly explain the details of how your actual output differs from your expected output.
    http://sscce.org
Re^2: Extracting from repetitive multi level tags containing repetitive tags using Perl
by Corion (Patriarch) on Jan 21, 2012 at 09:06 UTC

    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.