If you dump $xml_ref you will find that the structure is not exactly what you think it is, xml_ref->{'QuestionList'} is an array ref, and what you want to display is $xml_ref->{'QuestionList'}->[0]->{'Question'}->{'Answer'};.
And Perl could be more explicit about the error!
In reply to Re: XML Parsing Out of Memory error
by mirod
in thread XML Parsing Out of Memory error
by JackHammer
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |