Changes for version 2.2 - 2001-08-19

  • Added new module CGI::Application::Mailform as both an example of how to use CGI::Application and a useful (albeit simple) reusable web-based application.
  • CGI::Application::Mailform allows the contents of data submitted through HTML forms to be easily sent via email to a specified recipient. This application is intended to be very easy to reuse, yet secure and functional enough to replace some of the most onerous "mailform" scripts which have been floating around the Internet for ages.
  • Added cgiapp_prerun() hook, for adding global behaviors before the run-mode method is called. The cgiapp_prerun() gets the name of the run-mode as a parameter. This would allow the user to perform some action based on the current run-mode.

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