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 |