Similar ("If it is a pure perl module") -
If you are using cgi-bin as is typical, you can place the module into your cgi-bin

<path...>/cgi-bin/Email

and refer to as usual in your perl script, i.e.

use Email::Valid;

(This can clutter up cgi-bin..., but it worked for me.)


Scot Robnett wrote:

Rene,

If it is a pure perl module (I believe Email::Valid is), you can put it in
one of your directories and push/unshift it into @INC. In some cases you may
have to do that push or unshift inside a BEGIN so that the interpreter sees
that action before reading @INC.

Another option is to find a web host that willingly installs modules for
you. I'm working with one now that is great about this. If you'd like more
info, e-mail me offline from the list. Thanks!

-----
Scot Robnett
inSite Internet Solutions
[EMAIL PROTECTED]



-----Original Message-----
From: Rene Verharen [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 17, 2003 8:19 AM
To: Beginners-CGI List
Subject: ISP won't install Perl modules


Hi all,

My ISP won't install some Perl modules I want to use (Email::Valid and
Mail::Address).
Is there a way to install these modules in some directory I have access to
so I'll be able to use them ?



Kind regards,



Rene Verharen


Please DO NOT reply to me personally. I'll get my copy from the list.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to