XML::Simple Error
by Nitin Chaumal other posts by this author
Dec 7 2004 1:38PM messages near this date
view in the new Beta List Site
Re: Identifiers in SAX Locators
|
Re: XML::Simple Error
& XSLT hi
I am trying to get the following code to work on Solaris 8, Perl 5.8.0
-----------------------------
use XML::Simple;
use Data::Dumper;
use strict;
my $xmlobj = XML::Simple-> new();
my $xmldoc = $xmlobj-> XMLin('./sample.xml');
print Dumper($xmldoc);
-----------------------------
But i get the error :
Can't locate object method "new" via package "XML::SAX::PurePerl" at
/software/perl/5.8.0/lib/site_perl/5.8.0/XML/SAX/ParserFactory.pm line 43.
Am i missing out on something
Nitin
*********************************************************
Disclaimer:
This message (including any attachments) contains
confidential information intended for a specific
individual and purpose, and is protected by law.
If you are not the intended recipient, you should
delete this message and are hereby notified that
any disclosure, copying, or distribution of this
message, or the taking of any action based on it,
is strictly prohibited.
*********************************************************
Visit us at http://www.mahindrabt.com
Thread:
Nitin Chaumal
Grant McLean
|