At 04:40 PM 10/20/2003 -0500, Robert Citek wrote:
... However, when I exited the CPAN shell, these two tests worked just fine: # perl -MXML::Simple -e ';' # perl -MXML::SAX -e ';'
I guess it worked afterall. Now on to testing real code.
I spoke too soon. I am trying the sample code from the O'Reilly book "Perl in a nutshell, 2nd ed." In chapter 13, the first example uses XML::Simple. When I run the program on that dataset, I get output that looks right. But I also get a message saying "could not find ParserDetails.ini ..."
During the install of SAX I was asked a question about ParserDetails.ini files. I just accepted the defaults ([Y]). Apparently, that was the wrong choice. How do I correct this? Should I just create the file (e.g using touch)? Should I uninstall SAX? If so, how?
Doing: perldoc XML::SAX | less +/ParserDetails was not very informative.
Regards, - Robert
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]