Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1420335
  • 博文数量: 239
  • 博客积分: 5909
  • 博客等级: 大校
  • 技术积分: 2715
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-24 20:19
文章分类

全部博文(239)

文章存档

2014年(4)

2013年(22)

2012年(140)

2011年(14)

2010年(59)

我的朋友

分类: Python/Ruby

2011-12-19 12:34:44

1、perldoc perllocal
 
2、推荐pmtools里的pminst命令
  
 
3、编写如下标本
   #!/usr/bin/perl
   use ExtUtils::Installed;
   my $inst = ExtUtils::Installed->new();
   print join "\n", $inst->modules();
 
4、Most of them will probably already be available in your installation. You can   check version numbers with the configure script, or if you're still trying to get to that point, check from the command line like this: perl -e 'use FileHandle; print $FileHandle::VERSION."\n"'

转自:http://blog.chinaunix.net/space.php?uid=20388294&do=blog&id=1690602
阅读(1540) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~