CGI-Application
view release on metacpan or search on metacpan
lib/CGI/Application.pm view on Meta::CPAN
A clean URI to describe the same resource might be:
/item/15/view
The process of mapping these URIs to run modes is called dispatching and is
handled by L<CGI::Application::Dispatch>. Dispatching is not required and is a
layer you can fairly easily add to an application later.
=head2 Offline website development
You can work on your CGI::Application project on your desktop or laptop without
installing a full-featured web-server like Apache. Instead, install
L<CGI::Application::Server> from CPAN. After a few minutes of setup, you'll
have your own private application server up and running.
=head2 Automated Testing
L<Test::WWW::Mechanize::CGIApp> allows functional testing of a CGI::App-based project
without starting a web server. L<Test::WWW::Mechanize> could be used to test the app
through a real web server.
( run in 0.241 second using v1.01-cache-2.11-cpan-299005ec8e3 )