% wget http://www.perl.com/cgi-bin/cpan_mod?module=URI % gtar zxvf URI-1.05.tar.gz % cd URI-1.05 % perl Makefile.PL >& PERL_MAKE_LOG % make >& MAKE_LOG % make test >& MAKE_TEST_LOG % su # make install >& MAKE_INST_LOG
% wget http://www.perl.com/cgi-bin/cpan_mod?module=URI % gtar zxvf URI-1.04.tar.gz % cd URI-1.04 % perl Makefile.PL % make >& MAKE_LOG % su # make install >& MAKE_INST_LOG