Click to See Complete Forum and Search --> : Installing a Perl Module question...


Mike Burdick
10-16-2005, 12:57 AM
Hi,

I need to install the Perl Modules SOAP::Parser, SOAP::GenericInputSream, and SOAP:: Def on my web hosting account as these three aren't available.

How do I install them? Do I just download the zip files from CPAN and upload the pm file or do I have to "install" them is some way?

Thanks...

fireartist
10-17-2005, 07:17 AM
A Guide to Installing Modules (http://www.perlmonks.org/?node_id=128077)
Installing Modules on a Web Server (http://www.perlmonks.org/?node_id=216644)
Non-root Module Install problems (http://www.perlmonks.org/?node_id=146548)

Mike Burdick
10-17-2005, 10:40 AM
fireartist,

Thanks!

-Mike