XML::Simple oversimplification
Perl’s XML::Simple module is an easy way to get your application to talk some basic XML. it uses expat to parse data, so there the leverage is good. But where things tend to go awry is with consistency of reading and writing back. Example Let us take the following sample XML document: <data> <survey key=”123″> … Read more