Re: [cgiapp] FYI: CGI::Framework

2004-01-12 Thread John Lawton
On Jan 11, 2004, at 10:22 PM, Peter Chen wrote: On Jan 10, 2004, at 5:12 PM, John Lawton wrote: If you want to trap templates you can match _tmpl.html instead. C::A also has some design decisions that turn people off. (I like C::A) -john You are missing my point. To me, .html indicates that

Re: [cgiapp] FYI: CGI::Framework

2004-01-11 Thread Peter Chen
On Jan 10, 2004, at 2:52 PM, Eric Frazier wrote: That seems like a pretty minor point to me. I use .cgi for mod_perl apps :) Eric I use .cgi for mod_perl apps as well. IMHO, .cgi indicates that the file is an executable used as a CGI. Whether it is run by an interpreter such as Perl or

Re: [cgiapp] FYI: CGI::Framework

2004-01-10 Thread John Lawton
If you want to trap templates you can match _tmpl.html instead. C::A also has some design decisions that turn people off. (I like C::A) -john On Jan 10, 2004, at 11:25 AM, Peter Chen wrote: On Jan 7, 2004, at 11:23 AM, Mark Stosberg wrote: I thought I would bring attention to CGI::Framework,

[cgiapp] FYI: CGI::Framework

2004-01-07 Thread Mark Stosberg
Hello, I thought I would bring attention to CGI::Framework, a project which shares some goals with CGI::Application. It provides some specific features beyond CGI::Application including: - Session management with CGI::Session - an explicit API to help with form validation.