[LA.pm] FW: Perl Modules

John W. Palmieri john at mediaOnFire.com
Tue Mar 4 13:07:43 CST 2003


Arkadiy Sudarikov wrote:
> How do I install a Perl Module on a Unix-flavored machine if I don't have
> root, but a mere user account, with shell? I know we covered the topic
> exactly a year ago, but .. run it by me again?

For the build and install:
PERL5LIB=/your/perl/dir ; export PERL5LIB
perl Makefile.PL LIB=/your/perl/dir PREFIX=/your/perl/dir

Using:
PERL5LIB=/your/perl/dir ; export PERL5LIB
-or-
use lib qw(/your/perl/dir);
-or-
#!/path/to/perl -I/your/perl/dir

Cheers,
John
-- 
John W. Palmieri
Systems Support Programmer
Banking & Brokerage
Thomson Financial




More information about the Losangeles-pm mailing list