in reply to Re: CGI Design
in thread CGI Design

Furthermore, the CGI::Application module implements methods to address the CGI and HTML::Template modules, facilitating powerfule methods for the construction of extensible web applications.

Well tell me how you really feel about CGI::Application. :) I'll take a look at it, do you know if there are any traps using it under mod_perl?

Thanks,

-Dogma

Replies are listed 'Best First'.
Re: Re: Re: CGI Design
by Hero Zzyzzx (Curate) on Apr 07, 2002 at 02:10 UTC

    Nope. I use it extensively with mod_perl and it works beautifully. In fact, if you use this module as it's intended, I think it makes mod_perl programming much easier, as it makes it easy to avoid globals.

    I love the dynamic duo of CGI::Application and HTML::Template. They make it very easy to create flexible and maintainable apps that separate code from content.

    -Any sufficiently advanced technology is
    indistinguishable from doubletalk.