ChinaUnix.net
相关文章推荐:

perl ide

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 的强...

by Perlvim - Perl - 2014-08-13 18:15:21 阅读(16773) 回复(45)

在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...

by suxiaochen - Perl - 2010-06-22 09:43:27 阅读(1477) 回复(0)

perler们,大家平常都在什么样的平台做开发perl,都用什么样的ide呀?

by ldw21cn - Perl - 2010-04-23 20:13:37 阅读(1466) 回复(1)

最好有 content assist功能,linux下的。。 我查了下EPIC有这些功能,基于eclipse的,不过不喜欢java

by maxxfire - Perl - 2010-03-12 08:51:23 阅读(2579) 回复(5)

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 ...

by tommydu - Perl - 2009-11-23 12:15:23 阅读(5703) 回复(13)

我用的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...

by casper0511 - Perl - 2009-02-02 16:51:29 阅读(2160) 回复(0)

本帖最后由 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文件...

by blackfur - Perl - 2015-06-13 12:20:32 阅读(4025) 回复(4)

用eclipse+epic,函数没有动态提示。用komodo又要点击对话框才能运行

by fxbird - Perl - 2009-11-23 14:52:17 阅读(1355) 回复(2)

推荐一些好的perl ide开发工具

by bitterness - Perl - 2008-11-26 15:16:28 阅读(4139) 回复(6)

http://search.cpan.org/~aqumsieh/ZooZ-1.2/ 我下了以后,又安了个toolbar的pm包就可以运行了,感觉还行。比较其它脚本语言的界面开发工具,perl显得有点寒蝉。这个比tcl上类似的一个vtcl差点,但凑活吧。 [ 本帖最后由 isaachs 于 2007-2-17 11:22 编辑 ]

by isaachs - Perl - 2007-02-18 22:48:47 阅读(2225) 回复(1)