-
第一个Perl程序(简单分享Perl学习入门过程)第一个Perl程序(简单分享Perl学习入门过程)http://yunhaozou.org/shellperl/%...A8%8B%EF%BC%89.htmlgufengdianying 时间:12-02 + 阅读全文
-
求正则过滤文件边界信息过滤文件的头尾部信息。如下:能不能提取出filename的值。-----------------------------7da1a18501a2tsie_chen 时间:12-01 + 阅读全文
-
这一句代码怎么会输出呢。。my@info=undef;foreachmy$a(@info){ print"111\n";}复制代码怎么会打出个111,数组是未定义的。。maxxfire 时间:12-01 + 阅读全文
-
[solved!for 表达式顺序弄错了]菜鸟问题,逻辑混乱了。。。求 1+3+5+7+9...+99 的值本帖最后由iab1351920于2010-12-0110:52编辑#!c:/strawberry/perl/bin/perlusewarnings;usestrict;iab1351920 时间:12-01 + 阅读全文
-
一句话的perl居然无法执行?[root@dba01perl]#cat3.pl#!/usr/bin/perl$count=0;while($count<10){$count+=2;print“countisnow$count”;}[root@dba01perl]#perl3.plUnrecognizedcharacter\xA1at3.plline5.[root@top50 时间:11-30 + 阅读全文
-
perl调用svn diff 用html输出 请教!!请教一下大家刚学perl想用perl写一个本地代码与SVN上的代码版本比较比较后的结果用html将修改过的部分染色,并显示修改后的行数信息(增加,删除,改变)diff文件格式:http://en.wikipedia.org/wiki/Diff我没什么思路,麻烦大家指点!谢谢!cllggg 时间:11-30 + 阅读全文