in reply to Re^2: Help with CPAN module
in thread Help with CPAN module
mkdir -p /fixforperl cd !$ curl -O http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/IO-1.2301.ta +r.gz curl -O http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/DB_File-1.819 +.tar.gz curl -O http://search.cpan.org/CPAN/authors/id/A/AM/AMS/Storable-2.18. +tar.gz tar xzf IO-1.2301.tar.gz tar xzf DB_File-1.819.tar.gz tar xzf Storable-2.18.tar.gz cd IO-1.2301 && perl Makefile.PL && make && sudo make install && cd .. cd DB_File-1.819 && perl Makefile.PL && make && sudo make install && c +d .. cd Storable-2.18 && perl Makefile.PL && make && sudo make install && c +d ..
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Help with CPAN module
by buz260 (Novice) on May 04, 2009 at 11:06 UTC |