On Thursday, May 16, 2002, at 06:55 PM, Artur F. Pimentel wrote:
> Hello All:
>
> Is there some way to configure the @INC in perl enviroment?
>
There are two woys that I know of....... but I am no expert!
You can either re-build perl, as *I think* @INC is determined at compile
time; You can also do it by adding the following to your perl (just
worked this one out myself not two days ago):
use lib ' $ENV{HOME}/lib/perl5/ ' ;
which adds the search path ~/lib/perl5/
Hope this helps,
A.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]