[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Omaha.pm] Private library
I need some help installing a private library. I want to use the
Cyrpt::Blowfish.pm
(http://search.cpan.org/~dparis/Crypt-Blowfish-2.09/Blowfish.pm) on the
UNO Phoenix system. However, I don't have admin right to install the
library. So ...
1. What is the appropriate make command line to direct the installation
to a private directory, e.g., /home/bob/lib? This is the one I'm really
stumped on.
2. Is "use lib '/home/bob/lib';" sufficient to get it then in the @INC
array for searching?
Bob