Installing CPAN
Dec 4th, 2007 | By admin | Category: Latest articlesI don’t know why Fedora core 8 does not install CPAN with Perl. Here is some step to install CPAN if you type
# perl -MCPAN -e shell
and receive error CPAN.pm not found.
Go to http://search.cpan.org to download CPAN package.
Extract the package to your home.
# perl Makefile.PL
# make
# make install
and that is you have CPAN ready to [...]