If you are using ActiveState's ActivePerl, then you should have it at
perl/site/lib/folder/module.pm.

-----Original Message-----
From: Paul Tremblay [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 27, 2002 8:57 AM
To: [EMAIL PROTECTED]
Subject: path for personal library


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         *
*[EMAIL PROTECTED]*
************************

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--------------------------------------------------------------------------------
This email may contain confidential and privileged 
material for the sole use of the intended recipient. 
If you are not the intended recipient, please contact 
the sender and delete all copies.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to