in reply to Installing modules in personal webspace
How I wish every perl module is self-contained so that you can copy and paste the code for the required module and upload it to your desired directory in the server.
That way, you need not worry about whether the hosting company is going to install it for you. A case in point are modules like CGI::EncryptForm and CRYPT::HCE_SHA. If your webhosting company has them, all the better. If not, you have the option tocopy-paste the code and save it into your desired directory (correct me if I'm wrong).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Installing modules in personal webspace
by iburrell (Chaplain) on Mar 23, 2004 at 20:08 UTC | |
|
Re: Re: Installing modules in personal webspace
by Anonymous Monk on Mar 24, 2004 at 05:41 UTC |