The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.6 - 2002-10-07

  • Changed the run() method to use Perl's built-in dynamic method call for all run modes, whether by name or by code ref. This is intended to improve run-time performance somewhat. Thanks to Darin McBride for this patch.
  • Added new override-able method cgiapp_get_query(). This method is called when CGI::Application first needs access to the CGI query object. By default, this is a CGI.pm object. It is possible to override the cgiapp_get_query() method to return an object of some other module besides CGI.pm, providing that it is sufficiently compatible. Thanks to Eric Andreychek for the suggestion and his help troubleshooting the code.

Modules

Framework for building reusable web-applications

Provides

in test/TestApp.pm
in test/TestApp2.pm
in test/TestApp3.pm
in test/TestApp4.pm
in test/TestApp5.pm
in test/TestApp6.pm
in test/TestApp7.pm
in test/TestCGI.pm