I wonder which IDE is the best to develop Perl projects ...
I've been working with eclipse lately, spitting out some java code, and I have to say I'm pretty amazed. It has these wonderfull search mechanisms, it can provide you automatically with the 'import' statements, integrated debugger, unit tests ... and it is free. Now, I just found out about the existence of e.p.i.c (Perl support for eclipse)
On the other hand, KDevelop seems to support Perl as well, but I do not know how far this goes.
I also know about the existence of Komodo, and which seems to sport a whole bunch of features ...
but that is commercially available and a bit above my budget.
My Perl development setup is just vim, occasionally spiced up with 'perl -d', on a 80 char wide console. A bit archaic, but it serves me well.
However, i noticed that I have to walk alot through code finding class names, methods when a project gets rather big. If I could have a java/eclipse like behavior for Perl ... that would be an interesting feat ...
I'm off testing epic now ...
So, anybody here who has found the panacea of Perl IDEs?
Johan
This is one of the commonest questions over on Perlmonks. There are lots of threads, and everyone seems to have their own favourite. While it is nice to find something you like and are happy with, it's important to be able to use other tools too, you never know when you will need to use vi or notpad....
All of the IDEs I've tried failed on the very first requirement: they suck at auto-indent. Eclipse is also slower than dirt, or was when I had to use it at work for some Java stuff last year.
Re:Komodo
johanvdb on 2004-03-09T13:01:37
Well... I do have komodo for the moment ...
Thanks to the sponsoring of ActiveState, I was able to buy it at the Dutch Perl Workshop auction, together with the Perl DevKit and a one year subscription to ASPN, for far less than the original price;-)
So, hey... my questions are answered ;-)
But... in practice I seem to use vim a lot!
johan