Most likely, you or your system administrator upgraded libxml and now you need to recompile and reinstall XML::LibXML. The easiest way to do so in my opinion is through the CPAN shell and its look command which drops you in a directory ready for building a module:
shell> cpan cpan> look XML::LibXML shell> perl -w Makefile.PL shell> make shell> make test shell> make install
In reply to Re: XML::Simple problems
by Corion
in thread XML::Simple problems
by 7stud
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |