-
Intermediate perl中的问题#!/usr/bin/perl-w$Data::Dumper::Purity=1;useData::Dumper;my@data1=qw(onewon);my@data2=qw(twotooto);push@datafucj 时间:03-10 + 阅读全文
-
我怎么知道有哪些模块?那些模块又分别对应了什么样的功能?怎么看 Perl 模块的文档?本帖最后由flw于2011-03-1013:43编辑各位大侠,本人初学PERL,perl自带模块是怎么回事???有参考手册吗??比如我怎么知道有哪些模块?哪些模块又分别对应了什么样的功能???zjm6533637 时间:03-10 + 阅读全文
-
Bad file descriptor! 这到底是些什么错误啊?当我的perl脚本中有这些语句的时候总是运行报错: Badfiledescriptor!谁能指点一下啊?谢谢了!错误语句如下:openOUT,"command|" ordie"Couldnotopencommand:$!\n";或者open(CHILD,"./read-stdout-pipel2>&433309 时间:03-09 + 阅读全文
-
perl v5.8.8 自带的 thread 好像没有 kill method,如何实现类似功能rt一个perlcode还了个平台perl版本很低停止整个进程了要之前有两个操作$thread->kill('KILL');$thread->detach();实现不报错。nuclearxin 时间:03-08 + 阅读全文
-
这样的变量$$aaa 如何使用my 声明my$aaa="bbb"my$$aaa ="ccc"运行时报错Globalsymbol"$bbb"requiresexplicitpackagenameat$$aaa如何申明呢ztj2247 时间:03-09 + 阅读全文
-
Bareword not allowed while "strict subs" in use at . ---why!usestrict;useconstant DOW=>(aa,bb,cc);复制代码runit=>errorBareword"aa"notallowedwhile"strictsubs"inuseatBareword"bb"notallztj2247 时间:03-09 + 阅读全文
-
perl cgi 求助perlcgi的问题,感觉比较多,在一个帖子里慢慢问吧。print$q->start_table({-border=>'double'},);print$q->start_tr({-align=>'left'});print$q->start_td("abcde"pandaiam 时间:03-09 + 阅读全文