[PerlChina] 如何查看已经安装的perl模块

fayland fayland at gmail.com
Thu Jun 22 18:40:29 PDT 2006


黄叶 wrote:
> 好像还真的没办法。
> 哪位能给个提示?
>

use ExtUtils::Installed;

my $inst = ExtUtils::Installed->new();
print join "\n", $inst->modules();



> ------------------------------------------------------------------------
>
> _______________________________________________
> China-pm mailing list
> China-pm at pm.org
> http://mail.pm.org/mailman/listinfo/china-pm


-- 
Fayland Lam // http://www.fayland.org/ 



More information about the China-pm mailing list