At 18:21 -0500 2/22/07, Vic Norton wrote:
>So this is my question. How do I add "/Library/Perl/5.8.6" to @INC, without 
>having to add
>   use lib "/Library/Perl/5.8.6";
>to every script ?

It's likely that there is abetter way, but. . .

If you define the environment variable PERL5LIB in your 
$HOME/.MacOSX/environment.plist file you can add directories to @INC which will 
be present no matter what shell or scripting language you are using. There is 
an Apple-provided app note about environment.plist.

What I worry about is the older functions in 5.8.6 may not work.
-- 

--> From the U S of A, the only socialist country that refuses to admit it. <--

Reply via email to