in reply to Re: Perl IDE
in thread Perl IDE

The answer (if there is one at all) will depend also on:

Emacs+ perl -d + $SHELL may well be enough for many users (even for forking applications, which are fun). There are threads here that say you don't even need the perl -d.

For "simple" (relatively) tasks plain old perl -d seems to 'work for me'. I used to find perl -d:Ptkdb was a bit too much overhead, especially over a ssh connection.

For more structured/architected applications I am watching Padre with interest.

For web applications Selenium looks interesting but I've not gotten into it yet.

So, "which is the best?" .. which would you like?