On Sun, 21 Dec 2003 13:49:59 -0600 christopher j bottaro <[EMAIL PROTECTED]> wrote:
> On Saturday 20 December 2003 05:05 am, Owen wrote: > > I think the easiest for you would be to; > > > > use Modules; # as found in /usr/lib/perl5/5.8.0/ > > > > use lib '/home/cjb/perlmodules'; #followed by > > use MyModule; #and/or any other module you have there > > great, that worked perfectly...=) i'm having a hard time finding > documentation for "use lib". i looked at "use" in perlfunc and i also looked > at perlmodlib. Like so many others, accessing information out of perldoc is still a bit of mystery to me. However in this case, something popped up with perldoc -q path which might be a start -- Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>