
Perl
russle
Java开发工程师
**注意事项**:本博客所有代码是为了介绍相关内容而编写或者引用的,示例代码并非可直接用于生产的代码。仅供参看而已。
展开
-
Perl package install Perl一些额外包的安装
agent unit test 需要一些额外的perl包,先将这些package的安装方法记录如下: Test-Unit,Error, Devel-Symdump,Class-Inner,IO-String, IO::Socket::INET6,Socket6 1,安装了perl后可以在命令行下启动 root# perl -MCPAN -e shell原创 2011-11-29 14:04:20 · 1271 阅读 · 0 评论 -
Perl如何从url安装package
我需要安装Scalar-List-Utils,但是ppm默认的包中没有这个,我就在网上search一下找到Scalar-List-Utils.tar.gz,然后我把这个url地址填写到ppm的repository:rep add listRep http:xxxx, 然后我就在ppm下面执行install Scalar-List-Utils, ppm 提示找不到Error: Failed to d原创 2012-02-10 17:06:56 · 930 阅读 · 0 评论 -
Perl 如何添加repository
if you use ppm version 2 (the default with Perl 5.6)(you can read a line like PPM interactive shell (2.2.0) ...etc)type the following command at the ppm prompt PPM>: set repository BdP http://w原创 2012-02-10 17:02:50 · 1079 阅读 · 0 评论