Re: Regd Notebook



On Wed, 2004-05-12 at 11:35, rmcfarla neces com wrote:
if you want/need to install them into a non-system directory there's an extra
step or two. you first need to tell perl where to look for modules:
  tcsh:
    setenv PERL5LIB $HOME/local
  bash:
    export PERL5LIB=$HOME/local
you can put one of those in your dot files if you wish to always have it set.

those should be 
  tcsh:
    setenv PERL5LIB $HOME/local/lib/perl5/site_perl
  bash:
    export PERL5LIB=$HOME/local/lib/perl5/site_perl

--
-rm




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]