加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

perl的module的安装

(2013-12-16 15:30:10)
标签:

it

分类: perl
转自:http://blog.chinaunix.net/uid-192452-id-4033638.html
perl语言使用CPAN安装模块

# apt-get install libdatetime-perl libdbi-perl libdbd-mysql-perl \
libclass-autouse-perl libmd5-perl libdigest-sha1-perl \
libhtml-template-perl libimage-size-perl libmime-lite-perl \
libmime-perl libcompress-zlib-perl libnet-dns-perl \
liburi-perl libhtml-tagset-perl libhtml-parser-perl \
libwww-perl libwww-perl libgd-gd2-perl \
libmailtools-perl libunicode-maputf8-perl libxml-simple-perl \
libio-stringy-perl  libcaptcha-recaptcha-perl \
libdigest-hmac-perl


# apt-get install libgd-graph-perl libproc-process-perl librpc-xml-perl \
libsoap-lite-perl libxml-rss-perl libstring-crc32-perl \
libxml-atom-perl libmath-bigint-gmp-perl liburi-fetch-perl \
libcrypt-dh-perl perlmagick libclass-accessor-perl \
libclass-trigger-perl libclass-data-inheritable-perl libgnupg-interface-perl \
libmail-gnupg-perl libtext-vcard-perl  \

安装CPAN  shell


 perl -MCPAN -e shell


cpan> install Bundle::CPAN


cpan> reload cpan


cpan> install DateTime  cpan> install DBI  cpan> install DBD::mysql  cpan> install Class::Autouse  cpan> install Digest::MD5  cpan> install Digest::SHA1 cpan> install HTML::Template  cpan> install Image::Size  cpan> install MIME::Lite cpan> install MIME::Words  cpan> install Compress::Zlib  cpan> install Net::DNS cpan> install URI::URL  cpan> install HTML::Tagset cpan> install HTML::Parser  cpan> install LWP::Simple cpan> install LWP::UserAgent  cpan> install GD cpan> install Mail::Address  cpan> install Unicode::MapUTF8  cpan> install XML::Simple  cpan> install IO::WrapTie  cpan> install Unicode::CheckUTF8  cpan> install Captcha::reCAPTCHA  cpan> install Digest::HMAC_SHA1 



cpan> install GD::Graph cpan> install Proc::ProcessTable  cpan> install RPC::XML  cpan> install SOAP::Lite cpan> install XML::RSS  cpan> install String::CRC32 cpan> install XML::Atom cpan> install Math::BigInt::GMP  cpan> install URI::Fetch cpan> install Crypt::DH  cpan> install Image::Magick  cpan> install Class::Accessor cpan> install Class::Trigger  cpan> install Class::Data::Inheritable  cpan> install GnuPG::Interface  cpan> install Mail::GnuPG  cpan> install Text::vCard cpan> install IP::Country::Fast cpan> install GTop

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有