摘要: 1 #!/usr/bin/perl 2 if ($ARGV >= 0) { 3 open(SRC,"$ARGV[0]") or die("ERROR:Please assign a source data file!!!!!!!!"); 4 }else{ 5 print("ERROR:Please assign a source data file!!!!!!!!"); 6 ... 阅读全文
posted @ 2018-02-28 21:24 coole 阅读(170) 评论(0) 推荐(0) 编辑