[Gllug] [OT] Perl/PHP Hosting
Anthony Newman
anthony.newman at uk.clara.net
Fri Feb 10 16:13:09 UTC 2006
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..
use lib '/path/to/where/your/modules/have/been/uploaded/to';
This will add your path to the @INC array in addition to the standard
system paths, which should make it do what you want. If there are any
(e.g. XS) modules which require compilation, you might have a problem if
you don't have shell access.
Ant
--
Gllug mailing list - Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug
More information about the GLLUG
mailing list