in reply to Re: Re: CGI Design
in thread CGI Design

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.