由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 一个perl bug,求救,谢谢!
相关主题
这个 perl 输出的数字为什么自动加了换行?谢谢!perl problem
perl question一个 perl 的 print 的初级问题
请 教 : 关 于 writing to a file 用 Perl for CGI脚本问题求教
再 次 请 教 : 关 于 writing to a file 用 Perl for CGIHTML print an image
这个perl的简单小程序为什么不work? (转载)perl monk (ascii art)
How to print \t in perl one-liner?Usage of Grep???help!!!
50伪币:请教perl代码差错的问题!多谢啦![转载] 在CGI程序中有何好方法返回HTML
还是PERL问题perl array|hash question
相关话题的讨论汇总
话题: plate话题: platanus话题: racemosa话题: wrightii话题: print
进入Programming版参与讨论
1 (共1页)
L******r
发帖数: 199
1
为啥其它行都work,
就这行匹配不出来呢?
{ plate, (10) }
。。。。
$print=~m/\{\s(.*)\,.*\((\d)\)/;
print "$1\t$2\t$file\n";
。。。
{ platanus_racemosa, (1) }
platanus_racemosa 1 noun.plant
{ platanus_wrightii, (1) }
platanus_wrightii 1 noun.plant
{ plate, (1) }
plate 1 noun.act
{ plate, (10) }
noun.artifact
{ plate, (1) }
plate 1 noun.body
{ plate, (2) }
plate 2 noun.food
{ plate, (1) }
plate 1 noun.object
t****t
发帖数: 6806
2
10是两位数,别的都是一位数

【在 L******r 的大作中提到】
: 为啥其它行都work,
: 就这行匹配不出来呢?
: { plate, (10) }
: 。。。。
: $print=~m/\{\s(.*)\,.*\((\d)\)/;
: print "$1\t$2\t$file\n";
: 。。。
: { platanus_racemosa, (1) }
: platanus_racemosa 1 noun.plant
: { platanus_wrightii, (1) }

L******r
发帖数: 199
3
我得到它了,谢谢

【在 t****t 的大作中提到】
: 10是两位数,别的都是一位数
c**t
发帖数: 2744
4
Be careful when using .*, for your case split might be better

【在 L******r 的大作中提到】
: 为啥其它行都work,
: 就这行匹配不出来呢?
: { plate, (10) }
: 。。。。
: $print=~m/\{\s(.*)\,.*\((\d)\)/;
: print "$1\t$2\t$file\n";
: 。。。
: { platanus_racemosa, (1) }
: platanus_racemosa 1 noun.plant
: { platanus_wrightii, (1) }

1 (共1页)
进入Programming版参与讨论
相关主题
perl array|hash question这个perl的简单小程序为什么不work? (转载)
perl:里有象 c assert 的东西吗?How to print \t in perl one-liner?
请问perl程序能不能加运行参数?50伪币:请教perl代码差错的问题!多谢啦!
perl help---many thanks还是PERL问题
这个 perl 输出的数字为什么自动加了换行?谢谢!perl problem
perl question一个 perl 的 print 的初级问题
请 教 : 关 于 writing to a file 用 Perl for CGI脚本问题求教
再 次 请 教 : 关 于 writing to a file 用 Perl for CGIHTML print an image
相关话题的讨论汇总
话题: plate话题: platanus话题: racemosa话题: wrightii话题: print