2012年5月23日 星期三

Install Perl module on Linux

Reference: http://perl.about.com/od/packagesmodules/qt/perlcpan.htm

Ex: need module MIME::Lite

Option1:
Command: perl -MCPAN -e 'install  MIME::Lite'

Option2:
Command: cpan -i MIME::Lite

Check Perl module install or not.
Command perldoc -m MIME::Lite

沒有留言:

張貼留言