Padre is a perl ide, an Integrated Development environment, or in other words a text editor that is simple to use for new perl programmers but also supports large multi-lingual and multi-technology projects. The official url: http://padre.perlide.org For testing under windows, just download the zip file: http://www.strawberryperl.com/download/padre/padre-standalone-0.50.zip Just unpack this zip...
by ulmer - Perl - 2009-12-05 14:41:53 阅读(4702) 回复(5)
本帖最后由 zhlong8 于 2012-04-23 08:45 编辑 perl 语言 大都寄居在 shell 里,在计算机内部,虽然权限强大,随意使用内存,肆意耗用CPU, 但在外部,人们只能通过一些看似天书的代码了解这门语言。perl社区里兴起了一个项目,Padre, 但总感觉这个软件不能体现perl的强大。 使用Vim多年,感觉 Vim 和 perl 根本无法分开。也许有人用 perlTk,但简陋的界面更不能体现perl的强大。 把 Vim 当成 perl 的 GUI 来研究,将把perl 的强...
在windowsXP下,安装perl v5.10.0,下载perl ide:Open_perl_ide_1.0.11.409 新建一个.pl文件(cmd下执行正确): #! /usr/bin/perl printf("Hello World! \n"); 当直接执行时(Excute active script),结构正常,输出hello world; 但是当选择调试时,自动跳至perl5db.pl文件同时报错: BEGIN failed--compilation aborted. Compilation failed in require at C:/perl/lib/Win32.pm line 8. BEGIN failed--compilation abort...
As you guys generally know what's what and the best of everything, I was wondering what you guys are using, what's free, what isn't and what's best. I'm sure if I start using a good ide then coding speed will be improved. There is perl ide list:http://blog.chinaunix.net/u/15586/showart_227780.html. Which is best? What is your favourite? Thanks :em03: [ 本帖最后由 tommydu 于 2009-11-21 11:34 ...
我用的perl ide这个工具,设置断点执行就报错,或者都不设置,点编译也报这个错 请问是什么原因?:shock: 多谢关注:m01: ---------------------------------------------------------------------------------------- BEGIN failed--compilation aborted. Compilation failed in require at C:/perl/lib/Win32.pm line 8. BEGIN failed--compilation aborted at C:/perl/lib/Win32.pm line 82. Compilation failed in requir...
本帖最后由 blackfur 于 2013-04-01 18:37 编辑 版本:gvim73 1、下载perl-support插件;http://www.vim.org/scripts/script.php?script_id=556; 2、按指引将zip文件解压到vim的相应目录下,例如:D:\Vim\vimfiles; 3、在vim中使用命令helptags,生成perl-support的帮助手册,例如:helptags d:\Vim\vimfiles\doc;其实不用帮助文件也可以,因为安装该插件后,gvim会多了一个perl菜单,使用起来很方便; 4、记得在vimrc文件...
http://search.cpan.org/~aqumsieh/ZooZ-1.2/ 我下了以后,又安了个toolbar的pm包就可以运行了,感觉还行。比较其它脚本语言的界面开发工具,perl显得有点寒蝉。这个比tcl上类似的一个vtcl差点,但凑活吧。 [ 本帖最后由 isaachs 于 2007-2-17 11:22 编辑 ]