Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
# Set up the perl executable and library path BEGIN { $ENV{PATH} = "/mypath/perl/bin:$ENV{PATH}"; $ENV{PERL5LIB} = '/mypath/perl/lib/site_perl/5.8.8/sun4-solari +s:/mypath/perl/lib/site_perl/5.8.8:/mypath/perl/lib/site_perl:/mypath +/perl/lib/5.8.8:/mypath/perl/lib/site_perl'; exec 'env', $^X, $0, @ARGV; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: reseting PATH
by Corion (Patriarch) on Apr 11, 2011 at 13:20 UTC | |
by Anonymous Monk on Apr 11, 2011 at 13:52 UTC | |
|
Re: reseting PATH
by ikegami (Patriarch) on Apr 11, 2011 at 16:22 UTC |