Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I ran the above code in my system i am getting error "Unrecognised option: XML::Simple=HASH(0xacfc8bc) at test.pl 11". In some system we were not getting this error. I checked the version of XML::Simple it was same. Any idea why we getting this error ?open(READ_DATAFEED_XML, $sales_channel_input); my $input_xml = <READ_DATAFEED_XML>; close(READ_DATAFEED_XML); my $sales_channel_output = $xml_simple->XMLin($input_xml);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to resolve this error "Unrecognised option" if i use XML::Simple ?
by moritz (Cardinal) on May 13, 2008 at 07:35 UTC | |
by Anonymous Monk on May 13, 2008 at 08:12 UTC | |
by olus (Curate) on May 13, 2008 at 11:06 UTC | |
Re: How to resolve this error "Unrecognised option" if i use XML::Simple ?
by FunkyMonk (Chancellor) on May 13, 2008 at 08:07 UTC | |
Re: How to resolve this error "Unrecognised option" if i use XML::Simple ?
by hipowls (Curate) on May 13, 2008 at 07:40 UTC | |
Re: How to resolve this error "Unrecognised option" if i use XML::Simple ?
by lwicks (Friar) on May 13, 2008 at 09:01 UTC |