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


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

Just want to second what's been said, my experience with XML::Simple is that it's perfect for parsing such things as xml configuration files which are usually very small and not complex, try other parsers or regex if yours is either big or complex. In the two cases where I started with XML::Simple, both ended up with simple regex.
  • Comment on Re: XML::Simple is there a maximum xml file size?