Parse::RecDescent and autotree
Colin Kuskie
ckuskie at dalsemi.com
Mon Jun 17 16:05:14 CDT 2002
On Mon, Jun 17, 2002 at 12:24:38PM -0700, Tom Phoenix wrote:
> On Mon, 17 Jun 2002, Colin Kuskie wrote:
>
> > > > use lib '~/perl/modules';
> > >
> > > Does that do anything useful?
> >
> > Actually, since P::RD isn't installed anywhere else aside from my
> > private modules directory, it does something very useful, and it works
> > :)
>
> Huh? At least one of us is confused. Let's see whether it's me. :-)
Nope, it's me. After removing the use lib, I got to wondering why
it worked, since P::RD isn't installed anywhere else, and after
some:
perl -V
env | less
grep PERL5LIB .cshrc* .alias*
I found this:
setenv PERL5LIB /users/ckuskie/perl/modules
and it became clear.
Thanks, Tom!
Colin
TIMTOWTDI
More information about the Pdx-pm-list
mailing list