I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-02-14 02:50:01-08 by burstwebsolutions
SAX.pm Error
I'm trying to open an XML file using XML-Simple and getting the following error message. We've reinstalled XML-SAX, XML-Simple and Perl with no luck. Any ideas? Thanks!

-- ERROR --
Extra content at the end of the document at /usr/lib/perl5/site_perl/5.8.8/i686-linux/XML/LibXML/SAX.pm line 64
at /usr/lib/perl5/site_perl/5.8.8/XML/Simple.pm line 362

-- CODE --
use XML::Simple; $xml = new XML::Simple; $data = $xml->XMLin('feed.xml');
Direct Responses: 7099 | 9339 | Write a response