in reply to Re: Things every perl programmer should know?
in thread Things every perl programmer should know?

How to install modules when you don't have access to CPAN
#cp /mnt/cdrom/Finance-Loan-0.03.tar.gz . #tar -xvzf Finance-Loan-0.03.tar.gz #cd Finance-Loan-0.03 #perl Makefile.PL #make #make test #sudo make install


Update:D'oh! Added perl Makefile.PL per naChoZ suggestion. Must... have... more ... coffee.... :)

----
Zak
Pluralitas non est ponenda sine neccesitate - mysql's philosphy

Replies are listed 'Best First'.
(jeffa) 3Re: Things every perl programmer should know?
by jeffa (Bishop) on Jun 04, 2003 at 19:31 UTC
Re: Re: Re: Things every perl programmer should know?
by naChoZ (Curate) on Jun 04, 2003 at 19:24 UTC