Perl module installation - Ubuntu


Ever wondered how to install a Perl module from CPAN:
sudo perl -MCPAN -e 'install ModuleName'

Comments