Re: [cgiapp] Enhancement request

2002-02-22 Thread Mark Stosberg
Drew, I believe passing in the paramaters you want to new() and then overriding load_tmpl() is the way to go. I'm an HTML::Template user, but I always override load_tmpl() anyway in my sub-class to set my own defaults. It works nicely for me. You might also dig through the mailing list

RE: [cgiapp] Enhancement request

2002-02-22 Thread Jesse Erlbaum
Hi Drew -- I've recently used CGI::App for the first time in a freelance project and have really liked it. I particularly like the idea of param() to squirrel away data vs using the object hash directly. But, I'm mostly a TT kind of guy, so I miss that support in C:A. *putting on