Perl-由报表转命令(展讯2015)
Posted wt-seu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Perl-由报表转命令(展讯2015)相关的知识,希望对你有一定的参考价值。
1、原题
2、代码
open IN, ‘<‘, ‘File1.txt‘ or die ‘The file does not exist!‘; open OUT, ‘>‘, ‘File2.txt‘ or die ‘The file does not exist!‘; while(<IN>) { chomp; #print("$_ "); @temp = split(/ /,$_); #print("$temp[1] "); $temp_out = "placeInstance $temp[1] $temp[3] $temp[4] $temp[2] -fixed"; print("$temp_out "); print(OUT "$temp_out "); } close IN; close OUT;
以上是关于Perl-由报表转命令(展讯2015)的主要内容,如果未能解决你的问题,请参考以下文章
新加坡展讯Zhang Linhai Soloexhibition "SANDBOX SERIES"