Search results for "module:CGI::Application::Plugin::ValidateRM"
CGI::Application::Plugin::ValidateRM - Help validate CGI::Application run modes using Data::FormValidator
CGI::Application::Plugin::ValidateRM helps to validate web forms when using the CGI::Application framework and the Data::FormValidator module. check_rm() Validates a form displayed in a run mode with a "Data::FormValidator" profile, returning the res...
FANY/CGI-Application-Plugin-ValidateRM-2.52 - 10 Nov 2022 04:54:01 UTC
CGI::Application - Framework for building reusable web-applications
It is intended that your Application Module will be implemented as a sub-class of CGI::Application. This is done simply as follows: package My::App; use base 'CGI::Application'; Notation and Conventions For the purpose of this document, we will refer...
MARTO/CGI-Application-4.61 - 02 Mar 2018 09:20:24 UTC
CGI::Application::Framework - Fully-featured MVC web application platform
"CGI::Application::Framework" is a web development plaform built upon "CGI::Application". It incorporates many modules from CPAN in order to provide a feature-rich environment, and makes it easy to write robust, secure, scalable web applications. It ...
RDICE/CGI-Application-Framework-0.26 - 01 Nov 2005 02:13:47 UTC
CGI::Application::Plugin::DBH - Easy DBI access from CGI::Application
CGI::Application::Plugin::DBH adds easy access to a DBI database handle to your CGI::Application modules. Lazy loading is used to prevent a database connection from being made if the "dbh" method is not called during the request. In other words, the ...
FREW/CGI-Application-Plugin-DBH-4.04 - 24 Nov 2013 23:33:45 UTC
CGI::Application::Plugin::FormState - Store Form State without Hidden Fields
"CGI::Application::Plugin::FormState" provides a temporary storage area within the user's session for storing form-related data. The main use of this is for multi-page forms. Instead of using hidden fields to store data related to the form, you store...
MGRAHAM/CGI-Application-Plugin-FormState-0.12 - 16 Nov 2005 10:04:40 UTC
CGI::Application::Plugin::ParsePath - populate query parameters by parsing the PATH_INFO
DHORNE/CGI-Application-Plugin-ParsePath-0.01
-
03 Mar 2008 04:18:43 UTC
CGI::Application::Plugin::ConfigAuto - Easy config file management for CGI::Application
CGI::Application::Plugin::ConfigAuto adds easy access to config file variables to your CGI::Application modules. Lazy loading is used to prevent the config file from being parsed if no configuration variables are accessed during the request. In other...
MARKSTOS/CGI-Application-Plugin-ConfigAuto-1.33 - 02 Mar 2011 01:41:42 UTC
CGI::Application::Plugin::ValidateQuery - lightweight query validation for CGI::Application
This plugin is for small query validation tasks. For example, perhaps you link to a page where a "pet_id" is required, and you need to reality check that this exists or return essentially a generic error message to the user. Even if your application ...
NATEK/CGI-Application-Plugin-ValidateQuery-1.0.5 - 08 Jan 2010 16:31:50 UTC