Can I use CGI::Minimal (via cgiapp_get_query)? The documentation says a replacement must be interface-compatible. If I'm not required to construct my HTML elements using CGI.pm's methods, it's not clear to me how much of CGI.pm is used by CGI::Application. Therefore, it's not clear to me if the interface is compatible.
I do not know CGI::Minimal, but CGI::Application does not use the HTML-producing functions of CGI.pm.
CGI::App calls the following methods of CGI.pm :
$q->param($name)
CGI->new() (in cgiapp_get_query, which you will override)
$q->redirect(%header_props)
$q->header(%header_props)
Thilo
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/suppressed/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.