CGI-Application-Plugin-Nes
view release on metacpan or search on metacpan
lib/CGI/Application/Plugin/Nes.pm view on Meta::CPAN
It is not necessary for:
http://example.com/myapp.nhtml
For compatibility with CGI.pm:
$ENV{CGI_APP_NES_BY_CGI} = 1;
It's a bit slower than letting to Nes handle the query.
Not support for upload.
=head1 Compare
See L<http://cgi-app.org/index.cgi?LoginLogoutExampleApp>
Code in CGI::Application::Plugin::Nes for a similar result:
package MinimalAppNes;
use base 'CGI::Application::Plugin::Nes';
use strict;
( run in 0.985 second using v1.01-cache-2.11-cpan-b16cb0d3907 )