in reply to Windows "development environment"?

Some of the following may help: Perl Editors?, Perl Development Environment - Revisited, IDE for perl, Perl IDE


DWIM is Perl's answer to Gödel

Replies are listed 'Best First'.
Re^2: Windows "development environment"?
by nferraz (Monk) on Jun 08, 2007 at 17:09 UTC

    If I understood the question corectly, he's not looking for an IDE, but for a web framework.

    A few years ago I would recommend Apache + mod_perl; nowadays, I strongly recommend Catalyst. Use the standalone web server for development and testing, and Apache + mod_perl for production.

    It's easy to install: just install Task::Catalyst from CPAN, and install Task::Catalyst::Tutorial to install all the dependencies you need to follow along with the Tutorial.

      Either interpretation of the OP is possible. It may be interesting to the OP to note however that at least some of the IDEs allow debugging in a CGI context (I'm familiar with Komodo from ActiveState which does this trick for example).


      DWIM is Perl's answer to Gödel