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

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.

  • Comment on Re^3: Installing XML::Simple - default SAX parser