On Fri, 25 Jul 2003, Joshua Hoblitt wrote: > I've reinstalled just about everything applicable from CPAN. I wonder > if it's a problem with some c library in the dep. chain.
Note that XML::Simple uses XML::SAX, which in turn picks one of XML::Expat, XML::SAX::PurePerl, or XML::LibXML to do parsing. Most likely whichever one it's picking is broken. Try forcing it to use a different one. -dave /*======================= House Absolute Consulting www.houseabsolute.com =======================*/
