in reply to Re^2: Personal library with CPAN
in thread Personal library with CPAN
In a .htaccess file, put
The web server must be able to read files in those directories, of course. Apache suExec is a great help with that, for security's sake.SetEnv PERL5LIB /where/the/mods/are/:/where/else/lib
See the apache httpd manual for variations that might be handy. When mod_perl is involved, I believe PerlSetEnv is needed, but I've never tried that.
After Compline,
Zaxo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Personal library with CPAN
by monkfan (Curate) on May 18, 2006 at 12:06 UTC | |
by Zaxo (Archbishop) on May 18, 2006 at 12:19 UTC |