perl输出文件a的内容

1380阅读 0评论2015-07-09 bainanrain
分类:PERL

#!/usr/bin/perl

#author: zhengsenlin 
#date: 2013-01-30 
#desc: test program five

use strict;
use warnings;

@ARGV = qw(a);
while (<>) {
    print; 
}
上一篇:perl的输出缓冲
下一篇:sybase的时间转换真是烦啊~