On Mon, 7 Mar 2005, James W. Thompson, II wrote: > Is there any method to more permanently modify the include path?
Take a look at the PERL5LIB environment variable. If you have this defined in a login script on *nix systems, you can add directories to your standard @INC path. The same will probably work with system environment variables on win32. On the other hand, ActiveState seems to discourage $PERL5LIB: http://aspn.activestate.com/ASPN/docs/ActivePerl/install.html ...maybe they have something else in mind as a preferred approach, or maybe they just object to having it defined before installing AS Perl, but things might be fine once you're up & going with it... -- Chris Devers -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>