On Mon, 18 Jun 2001, Vinicius Jose Latorre wrote:

> > An interesting twist on the display is to use templates, e.g. the
> > Template Toolkit or HTML::Template. Then not only is the display
> > separated from the logic, but the views can then be maintained by a
> > non-programmer.
>
>
> Another excellent URL is:
>
>    http://www.perl.com/pub/2001/06/05/cgi.html
>    Using CGI::Application

Actually, CGI::Application is very similar to the solution I described a
couple days earlier, although a bit more applicable to a wider variety of
applications (mine not at all very generic and would require modification
to move it to another application).  I originally got the idea from recipe
19.12 in the Cookbook and expanded the concept.

-- Brett
                                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
I could dance with you till the cows come home.  On second thought, I'd rather
dance with the cows till you come home.
                -- Groucho Marx

Reply via email to