111zhengsenlin.blog.chinaunix.net
zhengsenlin888
全部博文(362)
2014年(1)
2013年(58)
2011年(115)
2010年(112)
2009年(76)
1抹温暖
shuining
expert1
曾德标
daivehhm
danielah
大鬼不动
prolj
gaokeke1
飘絮絮絮
wb123456
ZShen
hxl
老男孩Li
tomorrow
mcc543
fwx56181
分类: PERL
2013-01-30 22:37:56
#!/usr/bin/perl #author: zhengsenlin #date: 2013-01-30 #desc: test program five use strict; use warnings; @ARGV = qw(a); while (<>) { print; }
上一篇:Perl中的程序注释:单行注释和多行注释
下一篇:简单介绍Linux内存手动释放方法
登录 注册