[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.

[cgiapp] Re: FYI: CGI::Framework

2004-01-07 Thread Jason Purdy
Mark Stosberg wrote: Have you seen the Sessions with CGI::Application article? http://twiki.med.yale.edu/twiki2/bin/view/CGIapp/SessionsWithCgiApp I have and I have used the tips/tricks to implement a session application, but personally, I find writing a subclass of CGI::App less of an elegant