摘要: 1、从 www.cpan.org搜索你所需要的模块,下载下来,一般是gz,或者tgz格式2、用winRAR之类解压缩软件接压缩3、进入COMMAN模式,进入到刚才解压缩的文件夹下,含有“Makefile.PL”文件的目录下:依次运行: perl Makefile.PLnmake nmake test nmakeinstall安装就完成了.我的系统是WindowsXP, 安装的是ActivePerl-5.8.8.817-MSWin32-x86-257965.msi具体的平台安装方法可参考cpan官方说明:http://www.cpan.org/modules/INSTALL.html 阅读全文
posted @ 2007-02-28 16:08 MXi4oyu 阅读(186) 评论(0) 推荐(0) 编辑
摘要: #!usr/bin/perluse strict;use warnings;use ExtUtils::Installed;my $inst = ExtUtils::Installed->new();print join "/n", $inst->modules(); 阅读全文
posted @ 2007-02-28 11:48 MXi4oyu 阅读(144) 评论(0) 推荐(0) 编辑