On Sun, Dec 22, 2002 at 09:38:44AM -0500, Michael Hooten wrote: > On Sat, 2002-12-21 at 10:48, Paul Johnson wrote: > > On Fri, Dec 20, 2002 at 04:13:49PM -0500, Michael Hooten wrote: > > > As far as perl, I would like to permanently add /usr/local/lib/perl to > > > @INC without specifically having to unshift or push this path onto @INC > > > from every script that references a package contained beneath > > > /usr/local/lbi/perl. What is the easiest way to accomplish this? > > > > export PERL5LIB=/usr/local/lib/perl > > I added this to .bash_profile. I then executed it with no change. I had > to relogin to see the changes. Is this the case?
The commands in this file are only executed within a login shell, so that sounds about right. -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]