monkMAC has asked for the wisdom of the Perl Monks concerning the following question:

Hi I would like to install a bundled module on my website. So simple, and yet I am quite baffled as where to figure out how-?? The Cpan docs are quite sketchy about the best way to do it. Any thoughts?

Replies are listed 'Best First'.
Re: CPAN to my cgi-bin
by atcroft (Abbot) on Dec 07, 2002 at 16:34 UTC

    Without knowing which module or modules, it is a little difficult to give specific advice; however, you may wish to review some of the postings in the Tutorials under the Writing, Installing, and Using Perl Modules section.

    If you have telnet/ssh access to the machine, installing a module (either local to your account or system-wide if you are an administrator) should not be too difficult; however, if you only have FTP access, then things become more "interesting", since some modules require compilation (thus why I inquired which module/modules you were concerned about installing). To this point, I know there have been several postings within the last year, but the only one to come to mind immediately is Convincing ISP to install a module, which might be helpful. (My appologies for not recalling the others.)

    Hope that helps somewhat.