Chinaunix首页 | 论坛 | 博客
  • 博客访问: 438827
  • 博文数量: 116
  • 博客积分: 2756
  • 博客等级: 少校
  • 技术积分: 1163
  • 用 户 组: 普通用户
  • 注册时间: 2008-07-29 21:21
文章分类

全部博文(116)

文章存档

2018年(1)

2017年(1)

2016年(30)

2015年(41)

2014年(23)

2011年(7)

2010年(9)

2008年(4)

发布时间:2015-01-09 15:54:15

#!/usr/bin/perl -wuse strict;use Getopt::Long;my $file_name = "";my $verbose   = 1;GetOptions(    "file_name=s" => \$file_name,    "verbose"     => \$verbose,);print $file_name;print "\n";print $verbose;print "\n";.........【阅读全文】

阅读(578) | 评论(0) | 转发(0)

发布时间:2014-10-28 11:26:57

首先需要安装cpanm:wget  http://xrl.us/cpanm  --no-check-certificate然后,后用cpanm安装cpan-outdated。安装模块:cpanm --notest foo更新模块:cpan-outdated -p | cpanm --notest貌似,没有类似于apt-get autoremove之类的功能。......【阅读全文】

阅读(909) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

indure2011-01-02 14:08

回复  |  举报

2010-10-07 22:34

回复  |  举报

大鬼不动2010-10-04 16:38

踩踩

回复  |  举报

小闹一下2010-09-30 06:17

回复  |  举报

小闹一下2010-09-29 23:41

回复  |  举报
留言热议
请登录后留言。

登录 注册