in reply to Compiling Perl with correct values in @INC
I use that approach sometimes in my scripts.BEGIN { @INC = ('/dir1','/your/special/dir/here'); } # rest of your code goes here
Courage, the Cowardly Dog
things, I do for love to perl...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Compiling Perl with correct values in @INC
by higle (Chaplain) on Aug 15, 2002 at 21:12 UTC | |
by Courage (Parson) on Aug 16, 2002 at 05:29 UTC | |
Re: Re: Compiling Perl with correct values in @INC
by mcavoy76 (Acolyte) on Aug 15, 2002 at 21:25 UTC |