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

[cgiapp] Web archive

2002-02-22 Thread Jesse Erlbaum
Hey all -- There is now a web-archive of the CGI::Application mailing list: http://www.mail-archive.com/cgiapp%40lists.vm.com/ (If any of you know of additional free web-archive services, let me know!) -Jesse- Jesse Erlbaum, CTO Vanguard Media http://www.vm.com 212.242.5317

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