in reply to Re: Windows "development environment"?
in thread Windows "development environment"?

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.

Replies are listed 'Best First'.
Re^3: Windows "development environment"?
by GrandFather (Saint) on Jun 08, 2007 at 19:25 UTC

    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