in reply to Can't locate loadable object for module XML::Parser::Expat in @INC
It doesn't sound as if XML::Parser is installed. I would use one of two approaches to verify that it is:
perldoc -l XML::Parser perl -MXML::Parser -e 'print $XML::Parser::VERSION'
Can you post your routine?
|
|---|