I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-07-27 02:53:24.781087-07 by grantm in response to 12837
Re: Can't correctly display elements

Some suggestions ...


• Take your question to www.perlmonks.org or stackoverflow.com you will get quality answers faster there.


• Use Data::Dumper to display the data structure returned by XMLin.


• If the answer is not obvious to you once you have used Data::Dumper then you probably need to read perlreftut - a tutorial on Perl references.


This article helps you avoid common pitfalls with XML::Simple and this one helps you move to a better module.

Direct Responses: Write a response