http://www.perlmonks.org?node_id=522776


in reply to Re: XML::Simple is there a maximum xml file size?
in thread XML::Simple is there a maximum xml file size?

I'd like to second what monkey boy says in his second paragraph.

Write a three line script that does nothing but open that file with XML::Simple, then you know it's not something else causing trouble. Make it work in the simplest possible environment, then put the solution into your working CGI.

  • Comment on Re^2: XML::Simple is there a maximum xml file size?