in reply to Re: Installing XML::Simple - default SAX parser
in thread Installing XML::Simple - default SAX parser

Yes, I meant I had XML::SAX::Expat and XML::LibXML::SAX, I should have been more precise.
  • Comment on Re^2: Installing XML::Simple - default SAX parser

Replies are listed 'Best First'.
Re^3: Installing XML::Simple - default SAX parser
by bart (Canon) on Apr 01, 2007 at 11:50 UTC
    Did you run XML::SAX->add_parser, followed by XML::SAX->save_parsers? After that, the newly installed parser(s) should be known permanently.

    By the look of the sourcecode, you must have write access to the directory that the module XML::SAX is installed in. I'd actually expect this to be run while the driver module is being installed.