关于map grep split一起使用的时候的疑问

my$text='VALUE[3]="abc"VALUE[2]="xyz"';my%multi_arms=map{$1=>$2if(/\[(\d+)\]\s*=\s*(.*)/sm)}grep{$_}split/VALUE/,$text;foreach(sortkeys%multi_arms){print$multi_arms{$_};

作者: cnmtchbgs 发布时间: 12-15

telnet的2个问题

本帖最后由pengjm于2010-08-1208:21编辑importtelnetlibimportgetpassimportsysCODEC='UTF-8'HOST="10.41.24.137"user

作者: pengjm 发布时间: 08-09

有什么模块或者脚本可以打开计时启动另外的脚本?

比如我有个脚本A.pyc我想每天早上10点开启运行一遍,但我不想用windows自带的功能python有没有专门为程序定时启动的模块和脚本?

作者: wqjwftcaqr 发布时间: 12-15

急:拜求perl脚本

如:test文件夹里有aa,bb,cc,dd。。。文件,求:把test文件夹里的文件循环出来,并重新创建文件夹,把文件copy到对应的文件夹内,如a文件夹放aa文件,b文件夹里放bb文件。。。各位大虾帮下忙,急在线等,解决就给分。。。

作者: jp163123 发布时间: 12-15

高分求解IEAutomation的问题

dos命令下执行perlXXX.pl报以下错误:can'tcallmethod"readystate"onanundefinedvalueatc:/perl/site/lib/win32/IEAutomation.pmline561程序就是简单的testuseWin32::IEAutomation; $ie->gotoURL('http://w

作者: jiantizi88 发布时间: 12-15

Perl 编译 OpenSSL的问题

环境如下XPSP3VS2008 Perl版本ActivePerl-5.12.2.1203OpenSSL是1.0的输入命令nmake-fms\ntdll.mak提示找不到nmake为何?谁编译过最新版本的?能否告知下啊!

作者: aaadddzxc 发布时间: 12-15

最好用的Lua编辑器

最好的Lua编辑器:http://download.csdn.net/source/2151412

作者: ouloba_cs 发布时间: 04-10

Python标准库中文手册

Python标准库中文手册下载(7.07KB)2010-12-1414:16还不错的!Python标准库中文手册.zip(127.2KB)下载次数:362010-12-1414:16

作者: 中关村村草 发布时间: 12-14

python初学,求答疑:

whileTrue: s=str(input("Entersomething:")) ifs=='quit': break else: print('see:'+s=="quit") print('Thelengthofinputis',len(s))else: print('loo

作者: tomxiaodong 发布时间: 12-14

该用python做点什么?

大家给点建议,我想用python做个软件来巩固一下有点迷茫。。。。。。不知道该做什么。

作者: codesnail 发布时间: 12-14