jfroebe has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

Does anyone know of an IDE that can help build web pages that use perl? (Pick your favorite perl template modules or barebones CGI/mod_perl)

I ask because I've been seduced by ASP.NET and Visual Studio for building dynamic web pages.

UPDATE: Actually I meant a graphical IDE.. commercial or free (i.e. Dreamweaver works with ASP but not Perl)

Jason L. Froebe

Team Sybase member

No one has seen what you have seen, and until that happens, we're all going to think that you're nuts. - Jack O'Neil, Stargate SG-1

Replies are listed 'Best First'.
Re: IDE for Perl CGI?
by johnnywang (Priest) on Mar 31, 2005 at 17:51 UTC
    emacs with cperl mode?
Re: IDE for Perl CGI?
by naChoZ (Curate) on Mar 31, 2005 at 21:07 UTC
Re: IDE for Perl CGI?
by cbrandtbuffalo (Deacon) on Mar 31, 2005 at 18:26 UTC
    I came across a product called cgi scripter once that does some auto-code generation. I tend to use johnnywang 's method myself, so I've never actually tried it.

      about the cgiscripter demo... taking a closer look shows that CGIScripter doesn't do the GUI part of a web page only the 'functional backend' part. For those people that don't know much about cgi & perl, then this would be a boon, but unfortunately, I'm looking for the gui front end part. I'm thinking that I'll end up using Dreamweaver or even FrontPage with embedded perl. Not a big deal but I wish there was a integrated solution... hmm

      Jason L. Froebe

      Team Sybase member

      No one has seen what you have seen, and until that happens, we're all going to think that you're nuts. - Jack O'Neil, Stargate SG-1

Re: IDE for Perl CGI?
by duct_tape (Hermit) on Mar 31, 2005 at 20:55 UTC

    You might want to look at OptiPerl. I haven't used it much, but it looks like a decent IDE and it has some support for developing CGIs.