Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4141380
  • 博文数量: 447
  • 博客积分: 1241
  • 博客等级: 中尉
  • 技术积分: 5786
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-27 06:48
个人简介

读好书,交益友

文章分类

全部博文(447)

文章存档

2023年(6)

2022年(29)

2021年(49)

2020年(16)

2019年(15)

2018年(23)

2017年(67)

2016年(42)

2015年(51)

2014年(57)

2013年(52)

2012年(35)

2011年(5)

分类: PERL

2013-12-11 16:51:59

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
阅读(4086) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~