in reply to Re^2: PERL5LIB on CentOS
in thread PERL5LIB on CentOS
Simple diagnosis. Login as the user in question then try this:
$ echo $PERL5LIB /foo/bar/lib $ perl -e 'print $ENV{PERL5LIB} . "\n";' /foo/bar/lib
which will show whether it is in the environment to begin with and if so whether you are doing something in your perl setup to negate that.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: PERL5LIB on CentOS
by qhen (Acolyte) on Jun 27, 2014 at 13:27 UTC | |
by Corion (Patriarch) on Jun 27, 2014 at 14:20 UTC |