[Gllug] [OT] Perl/PHP Hosting

Dave Cross dave at dave.org.uk
Fri Feb 10 16:40:01 UTC 2006


Wiehe, Simon wrote:
> Richard wrote:
>> If it's Perl you can fiddle the includes path to "include" wherever 
>> you've put your module. If it weren't the Friday of bizarre questions 
>> and long lunches then I could hazard a guess at exactly how to achieve 
>> this, and what the caveats were...
>>
>> Bring on the weekend :-D
> 
> You would use the 'use lib' keywords and specify your alternative 
> path to append to the existing lib path.

If you're going to have to do this for every Perl program you want to 
run on your server then it's probably easier to do something like

   SetEnv PERLLIB /path/to/your/library

In http.conf or and .htaccess file.

Dave...

-- 
Site: http://dave.org.uk/
Blog: http://blog.dave.org.uk/
Code: http://dave.org.uk/code/
-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list