in reply to Installing a module with a prerequisite in my own lib directory

You need to tell perl about your private library directory. You should probably put something like export PERL5LIB=/home/kevin/perl/lib in your .profile (or the equivalent command/startup file for your shell).

--- print map { my ($m)=1<<hex($_)&11?' ':''; $m.=substr('AHJPacehklnorstu',hex($_),1) } split //,'2fde0abe76c36c914586c';

Replies are listed 'Best First'.
Re: Re: Installing a module with a prerequisite in my own lib directory
by queue (Beadle) on Feb 04, 2003 at 01:59 UTC
    That did the trick. Thanks much.

    -Queue