免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12
最近访问板块 发新帖
楼主: wxusheng
打印 上一主题 下一主题

怎样用perl实现附件中的txt格式的转变 [复制链接]

论坛徽章:
0
11 [报告]
发表于 2010-09-06 13:55 |只看该作者
F:\testt>perl conet.pl
Bad name after F' at conet.pl line 1.

论坛徽章:
0
12 [报告]
发表于 2010-09-06 13:57 |只看该作者
F:\testt>perl conet.pl
String found where operator expected at conet.pl line 2, near "F '\n'"
        (Do you need to predeclare F?)
String found where operator expected at conet.pl line 2, at end of line
        (Do you need to predeclare anle?)
syntax error at conet.pl line 2, near "F '\n'"
Unrecognized character \xD7 at conet.pl line 2.

求职 : 技术支持/维
论坛徽章:
0
13 [报告]
发表于 2010-09-06 14:58 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

论坛徽章:
0
14 [报告]
发表于 2010-09-06 22:25 |只看该作者
非常感谢楼上,但是还是有错误
F:\testt>perl 123.pl
String found where operator expected at 123.pl line 1, near "F"\n""
String found where operator expected at 123.pl line 1, at end of line
        (Do you need to predeclare anle?)
Bareword found where operator expected at 123.pl line 1, near "file"
        (Missing operator before file?)
syntax error at 123.pl line 1, near "\>"
Execution of 123.pl aborted due to compilation errors.

论坛徽章:
0
15 [报告]
发表于 2010-09-08 21:08 |只看该作者
本帖最后由 paktc 于 2010-09-09 11:52 编辑

我想了很久,还是没有想到简单的方法,还是把粗糙的放上来了

  1. #!/usr/bin/perl
  2. open READ,"<src.txt" or warn "File not exist.";
  3. open WRITE,">dest.txt";
  4. my (@arr,@str);
  5. my ($max,$si)=(0,0);
  6. foreach (<READ>) {
  7.     if (/--------/) {
  8.         foreach (1..$#arr) {$str[$si].="$arr[$_]\t";}  #这个数组记录实际是从1开始的
  9.         $si+=1;
  10.         undef @arr;
  11.     }
  12.     if (/fd0*(.*)=(.*)/) {
  13.        $arr[$1]=$2;
  14.        if ($1>$max) {$max=$1;}
  15.     }
  16. }
  17. foreach (1..$max) {$item=sprintf "${item}fd%04d\t",$_;}
  18. print WRITE "$item\n";
  19. foreach (@str) {print WRITE "$_\n";}
  20. close READ,WRITE;
  21. print "END";
  22. <STDIN>;
复制代码
楼主不会是已经销声匿迹了吧=.= 这两天不见踪影

论坛徽章:
0
16 [报告]
发表于 2010-09-09 20:25 |只看该作者
神啊,楼上你真是太牛了,完全能实现我想要的功能了,而且速度超快。帮我大忙了多谢多谢
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP