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 \ 安装CPANshell
perl -MCPAN -e shell
cpan> install Bundle::CPAN
cpan> reload cpan
cpan> install DateTimecpan> 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