How do you install Perl modules from console?
Its very simple.
1) You can use Perl cpan command which helps you install the Perl module quickly and easily. I always prefer this option.
Or
2) use the following command syntax
perl -MCPAN -e 'install
Read more about CPAN here.





