问题
Are there any free Perl IDEs out there for Windows that have debugging capabilities, syntax highlighting, and possibly even IntelliSense?
回答1:
There is an overview of Perl IDE's here. I find Padre very promising, but I'm not sure it already has all features you need (if not it probably will soon).
回答2:
Eclipse with addons perhaps?
Have a look at EPIC
http://www.epic-ide.org/
回答3:
This isn't free but you could have a look at Komodo (ActiveState). When I looked at it a few years ago they were offering a free license for open source developers.
回答4:
Padre: http://padre.perlide.org/
GNU/Emacs with cperl-mode: http://gnu.org/software/emacs
Emacs has better editing capabilities (and hilights Perl better, ironically), but Padre might be enough for you.
回答5:
perlfaq3 lists several IDEs for Windows.
回答6:
I use enginsite Perl Editor lite version, mainly for the function, variable breakdown feature and the compile/run feature.
if you want more feature then you might want to look at the full version.
回答7:
Komodo Edit from ActiveState supports debugging and it's cross-platform.
来源:https://stackoverflow.com/questions/499348/are-there-any-free-windows-perl-ide-with-debugging