[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] (no subject)



Hi there,

I am new to the Cobalt world so excuse me if these questions seem simple.

I have a perl script on our server that requires various modules. I have copied them to the server and placed them in the correct directories e.g.

use Business::CreditCard;
use HTTP::Request::Common qw(POST);
use LWP::UserAgent;

myscript.pl
Business/CreditCard.pm
HTTP/Request/Common.pm

etc

However, I am getting the following software error when I try to access the script;

Can't locate loadable object for module HTML::Parser in @INC .....

Any idea what`s going on here?  HTML/Parser.pm is present.

Thanks in advance,

Glen