This is an old revision of the document!
CPAN modules fail to compile
Get a Perl-module from CPAN
The easy way which also automatically fetches all modules needed by the module:
perl -MCPAN -e 'install modulename'
e.g.:
perl -MCPAN -e 'install WWW::Search'