vote up 4 vote down star
2

Are there any free Perl IDEs out there for Windows that have debugging capabilities, syntax highlighting, and possibly even IntelliSense?

flag

68% accept rate

8 Answers

vote up 6 vote down check

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

link|flag
This link is awesome. Best comment. – Jeremy Edwards Feb 1 at 2:19
vote up 1 vote down

Komodo Edit from ActiveState supports debugging and it's cross-platform.

link|flag
Komodo IDE it self is great but it costs $300 or so. Komodo Edit has no debugger feature so it's disqualified. – Jeremy Edwards Feb 17 at 12:21
Mmm actually Komodo Edit shows the errors in the code while you type. – tunnuz Feb 17 at 13:09
vote up 1 vote down

perlfaq3 lists several IDEs for Windows.

link|flag
vote up 1 vote down

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.

link|flag
vote up -1 vote down

I forgot to mention that I only program on Windows XP to 2008 Server.

link|flag
I didn't down vote you myself, but I am assuming the person that did is trying to tell you that you should have just edited your original question, rather than pasting an answer to your own question. – jussij Feb 2 at 23:27
vote up 3 vote down

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.

link|flag
Emacs also have an integrated debugger (gud) with Perl support. With Devel::PerlySense the debugger becomes slightly easier to use. – jplindstrom Feb 15 at 23:49
vote up 2 vote down

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.

link|flag
I'd love to use Komodo but it's way too expensive. – Jeremy Edwards Feb 1 at 2:18
I use Komodo Edit, which is the free version, unfortunately it doesn't do everything of the full version, Komodo IDE. – Brad Gilbert Feb 15 at 22:10
vote up 3 vote down

Eclipse with addons perhaps?

Have a look at EPIC

http://www.epic-ide.org/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.