in reply to Run a custom module outside of the cgi-bin
Cpan as non root makes mention of tricks to install things with cpan, at the end it mentions PERL5LIB and PERLLIB environment variables ... whih are added to the @INC
so an entry in a .htaccess for apache like SetEnv PERL5LIB /home/f00li5h/my_random_perl_modules will cause perl to look there too.
|
|---|