in reply to XML::Parser reader

Since you are new to Perl, and therefore have no allegiance to any particular XML parser module, I strongly recommend trying XML::Twig. Like you, I have tried using XML::Parser, but I also had "a really tough time with the correct syntax". Then I discovered XML::Twig.

If you update your original post with a small sample of your actual XML file, rather than the hard-to-read Dumper output, I will (try) to give you a simple Perl code sample to parse what you want. Enclose the XML in "code" tags, according to Writeup Formatting Tips

Replies are listed 'Best First'.
Re^2: XML::Parser reader
by nevafuse (Novice) on Mar 06, 2009 at 18:35 UTC
    I can probably figure out how to do it in Twig. I'll try it and try to compile it. Hopefully it will work better than XML::Simple. Thanks.