本来不想搞的. 就是因为在FreeBSD下安装xfce时要求几个perl模块:
1. URI::Escape
1. URI::URL
1. URI::file
cpan命令行的man手册:
* linux下的cpan命令与FreeBSD下的cpan命令在参数的数目上有不同(linux上的参数较多)
cpan命令行总的来说只有两个方式使用:
1. 对特定的module进行操作
# with arguments and no switches, installs specified modules
cpan module_name [ module_name ... ]
* 这是只有module名, 没有使用参数
# with switches, installs modules with extra behavior
cpan [-cfimt] module_name [ module_name ... ]
* 这是使用了参数
2. 对cpan操作
# without arguments, but some switches
cpan [-ahrvACDLO]
对于第一种: 对特定的modules进行操作, 也就是: Module options
有四种情况:
* c 等于make clean
* i 等于install
* m 等于make
* t 等于make test
对于第二种: cpan操作, 也就是: Meta Options
有四种情况:
* a 生成CPAN.pm包
* h 帮助信息
* r 生新编译包
* v 版本信息
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.