develooper Front page | perl.beginners | Postings from March 2002

path for personal library

Thread Next
From:
Paul Tremblay
Date:
March 27, 2002 16:01
Subject:
path for personal library
Message ID:
20020327115723.C26666@localhost.localdomain
I am trying to set up a library for my own modules. According to
*Object Oreinted Perl,* (Conway), I should do the following:

PERL5LIB=${PERL5LIB}:/home/paul/perl5
export PERL5LIB

However, this doesn't work for me. If I put a module in the
directory "/home/paul/perl5", then my perl scripts tell me it
can't find the module. If I use

use lib "/home/paul/perl5";

Then I don't get an error message.

How do I set a permanent path for my own personal library?

Thanks

Paul

-- 

************************
*Paul Tremblay         *
*phthenry@earthlink.net*
************************

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About