throop has asked for the wisdom of the Perl Monks concerning the following question:
I'm installing CPAN modules on a Solaris system where I don't have admin privileges. So I'm installing in my own directory:
This causes the code to actually be installed in /home/throop/perl/lib/perl5/site_perl/5.8.5/sun4-solaris I have the impression that perl has enough sense to delve some of the way down this directory path—perlrun says% perl Makefile.pl PREFIX=/home/throop/perl
Any architecture-specific directories under the specified locations are automatically included if they exist.But what should I put in my path?
Finally, if I get the path right at the start (by any of these invocations) will it get passed correctly down to all the subsidiary modules that are invoked using use, do and require?
thanks
throop
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Paths for PERL5LIB, the -I switch and 'use lib'
by erroneousBollock (Curate) on Sep 16, 2007 at 04:34 UTC | |
by moritz (Cardinal) on Sep 16, 2007 at 08:03 UTC | |
by throop (Chaplain) on Sep 16, 2007 at 14:57 UTC | |
by throop (Chaplain) on Sep 16, 2007 at 14:58 UTC | |
|
Re: Paths for PERL5LIB, the -I switch and 'use lib'
by tinita (Parson) on Sep 16, 2007 at 15:27 UTC |