Herkum has asked for the wisdom of the Perl Monks concerning the following question:
I want to use perl libraries that are not in the standard locations for. The problem I am having is that the script gets executed by Apache(with Mason templates), so I cannot change the library path at the point of of execution.
So my question is, is how can I change the search path to search my custom directories for modules? If I install it in modules that need to use it, will the change cascade down to dependencies?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: use lib in modules
by moritz (Cardinal) on Apr 03, 2008 at 16:08 UTC | |
|
Re: use lib in modules
by Corion (Patriarch) on Apr 03, 2008 at 15:55 UTC | |
by Herkum (Parson) on Apr 03, 2008 at 16:23 UTC | |
by Anomynous Monk (Scribe) on Apr 04, 2008 at 01:29 UTC | |
|
Re: use lib in modules
by leocharre (Priest) on Apr 03, 2008 at 18:10 UTC |