Tuesday, August 12, 2008

Install Perl modules using cpan

Installation of Perl modules is very simple. Just use the command in the terminal:
cpan -install ModuleName

For example, to install LWP module, use the command:
cpan -install LWP

To install Mail::Sendmail module, use the command:
cpan -install Mail::Sendmail

No comments: