Hi Thomas,

Thomas Bätzler wrote:

>Hi,
>
>Jan Eden <[EMAIL PROTECTED]> wrote:
>> and thanks for all the previous suggestions regarding email 
>> modules. Now it turned out that my ISP refuses to let me 
>> install *any* additional Perl module on the server, so I have 
>> to use sendmail.
>
>Well, I'm sure he won't let you install a module in the global
>module search path. But if you can upload files to your CGI
>directory, you can use any "pure Perl" module, too.
>Just upload the module in the proper subdiretory structure on
>the server and then use a "use lib" statement in your code to
>point your CGI program to the proper search path.
>
I thought about this, but until now I have always installed modules from CPAN using 
the Makefile.PL / make / make test / make install routine. I am not sure which files 
of a given module I have to copy to a server and at which point of the installation 
process all of these files are available.

I will read perlmod and try to go this way.

Thank you,

Jan
-- 
Hanlon's Razor: Never attribute to malice that which can be adequately explained by 
stupidity.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to