Perl安装模块

来源:互联网 发布:麻省理工科技评论 知乎 编辑:程序博客网 时间:2024/05/21 13:22

1、安装模块

C:\strawberry\perl\bin>ppm install Net::STOMP::Client

2、查看模块

C:\strawberry\perl\bin>instmodsh

然后输入:l

例如:

C:\strawberry\perl\bin>instmodsh
Available commands are:
   l            - List all installed modules
   m <module>   - Select a module
   q            - Quit the program
cmd? l
Installed modules are:
   Algorithm::Diff
   Archive::Tar
   Archive::Zip
   Attribute::Handlers
   AutoLoader
   CGI
   CPAN
   CPAN::Checksums
   CPAN::DistnameInfo
   CPAN::Inject
   CPAN::SQLite
   CPANPLUS
   CPANPLUS::Dist::Build
   Class::ISA
   Class::Loader
   Compress::Bzip2
   Compress::Raw::Bzip2
   Compress::Raw::Zlib
   Compress::unLZMA
   Convert::ASCII::Armour
   Convert::ASN1
   Convert::PEM
   Crypt::Blowfish
   Crypt::CAST5_PP
   Crypt::CBC
   Crypt::DES
   Crypt::DES_EDE3

    ...




0 0
原创粉丝点击