On 11/1/10 Mon Nov 1, 2010 10:01 AM, "galeb abu-ali" <abuali...@gmail.com> scribbled:
> Hi, > > I installed BioPerl on RHEL 5.5 (successfully I hope) and am trying to > execute a xml parser script that uses XML::Simple. I keep getting the > following error message: > > could not find ParserDetails.ini in /usr/local/lib/perl5/site_ > perl/5.12.2/XML/SAX > > When I try to reinstall XML::Simple using CPAN, it tells me that the module > is up to date. Not sure what to do at this point. Does anyone have an idea > what I'm doing wrong or haven't done? My script is below. On my system, ParserDetails.ini is located in the directory: /usr/local/lib/perl5/site_perl/5.10.1/XML/SAX so it would seem to be part of the XML::SAX module. Also, the documentation for XML::Simple contains this: The XML::Simple module provides a simple API layer on top of an underlying XML parsing module (either XML::Parser or one of the SAX2 parser modules). So XML::Simple depends upon an XML parser installed independently on your system. Have you installed any XML parsers? -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/