Search results for "module:CGI::Application::Plus"

CGI::Application::Plus - CGI::Application rewriting with several pluses River stage zero No dependents

This module is a complete new and stand alone reimplementation of "CGI::Application" module (i.e. it is not a subclass). This means that it implements all the "CGI::Application" methods on its own, and adds several new features to your "CGI::Applicat...

DOMIZIO/CGI-Application-Plus-1.21 - 25 Mar 2006 06:19:46 UTC

CGI::Application::Magic - Template based framework for CGI applications River stage zero No dependents

This module transparently integrates "CGI::Application::Plus" and "Template::Magic" in a very handy, powerful and flexible framework that can save you a lot of coding, time and resources. Note: Knowing CGI::Application::Plus and Template::Magic could...

DOMIZIO/CGI-Application-Plus-1.21 - 25 Mar 2006 06:19:46 UTC

CGI::Application::CheckRM - Checks run modes using Data::FormValidator River stage zero No dependents

This module integrates the "Data::FormValidator" capability with "CGI::Application::Plus" or with "CGI::Application::Magic"....

DOMIZIO/CGI-Application-Plus-1.21 - 25 Mar 2006 06:19:46 UTC

CGI::Simple - A Simple totally OO CGI interface that is CGI.pm compliant River stage two • 19 direct dependents • 57 total dependents

CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm. It shares an identical OO interface to CGI.pm for parameter parsing, file upload, cookie handling and header generation. This module is entirely object oriented, however a ...

MANWAR/CGI-Simple-1.280 - 11 Jan 2022 15:16:20 UTC

CGI::Builder - Framework to build simple or complex web-apps River stage two • 10 direct dependents • 10 total dependents

This is the starting point of the documentation of the CGI Builder Framework (CBF). You should read this documentation before any other documentation in any other module that extends the CBF....

DOMIZIO/CGI-Builder-1.36 - 26 Mar 2006 14:33:13 UTC

CGI::MxScreen - a multi-screen stateful CGI framework River stage zero No dependents

"CGI::MxScreen" is a framework for building multi-screen stateful CGI programs. It is rather object-oriented, with some peculiarities brought by persistency constraints: all objects must be handled by "Storable". "CGI::MxScreen" is based on the "CGI"...

PURDY/CGI-MxScreen-0.103 - 18 Oct 2004 15:16:18 UTC

CGI::Ex::Auth - Handle logins nicely. River stage one • 2 direct dependents • 2 total dependents

CGI::Ex::Auth allows for auto-expiring, safe and easy web based logins. Auth uses javascript modules that perform MD5 hashing to cram the password on the client side before passing them through the internet. For the stored cookie you can choose to us...

CCM/CGI-Ex-2.54 - 11 Mar 2022 22:01:22 UTC

CGI::WebToolkit - Website Toolkit River stage zero No dependents

CGI::WebToolkit tries to simplify the common tasks when creating dynamic websites. The use of CGI::WebToolkit should lead to the development of easy to understand, relieable and fast dynamic web applications that are easy to adjust and maintain. CGI:...

KITOMER/CGI-WebToolkit-0.08 - 14 Oct 2010 07:21:29 UTC

CGI::Application - Framework for building reusable web-applications River stage three • 118 direct dependents • 128 total dependents

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::Builder::TT2 - CGI::Builder and Template Toolkit 2 integration River stage zero No dependents

This module transparently integrates "CGI::Builder" and "Template" in a very handy, powerful and flexible framework that can save you a lot of coding, time and resources. With this module, you don't need to produce the "page_content" within your page...

LARSEN/CGI-Builder-TT2-0.03 - 24 Jun 2004 10:01:25 UTC

CGI::XMLApplication - Object Oriented Interface for CGI Script Applications River stage zero No dependents

CGI::XMLApplication is a CGI application class, that intends to enable perl artists to implement CGIs that make use of XML/XSLT functionality, without taking too much care about specialized errorchecking or even care too much about XML itself. It pro...

PHISH/CGI-XMLApplication-1.1.5 - 17 Aug 2015 22:50:02 UTC

CGI::Builder::Magic - CGI::Builder and Template::Magic integration River stage zero No dependents

Note: You should know CGI::Builder. This module transparently integrates "CGI::Builder" and "Template::Magic" in a very handy, powerful and flexible framework that can save you a lot of coding, time and resources. With this module, you don't need to ...

DOMIZIO/CGI-Builder-Magic-1.31 - 06 Aug 2005 11:52:16 UTC

lib/PMLTQ/CGI.pm River stage zero No dependents

This module is intended to be used in a FastCGI or Net::HTTPServer environment (see pmltq_http). It implements a REST web service and a web application to the PML-TQ engine driven by an SQL database (PMLTQ::SQLEvaluator)....

MATY/PMLTQ-CGI-2.0.1 - 11 Jan 2019 06:57:02 UTC

CGI::Builder::HTMLtmpl - CGI::Builder and HTML::Template integration River stage zero No dependents

Note: You should know CGI::Builder. This module transparently integrates "CGI::Builder" and "HTML::Template" in a very handy and flexible framework that can save you some coding. It provides you a mostly automatic template system based on HTML::Templ...

DOMIZIO/CGI-Builder-HTMLtmpl-1.21 - 02 Jul 2005 11:04:43 UTC

CGI::Session::Tutorial - Extended CGI::Session manual River stage two • 43 direct dependents • 56 total dependents

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Builder::CgiAppAPI - Use CGI::Application API with CGI::Builder River stage zero No dependents

Note: You should know CGI::Builder. This module supplies an API compatible with the "CGI::Application" or "CGI::Application::Plus" APIs. It transparently provides all the aliases, defaults and method redefinition to make the old cgiapps work unchange...

DOMIZIO/CGI-Builder-CgiAppAPI-1.27 - 06 Aug 2005 11:51:40 UTC

CGI::Application::Search - Base class for CGI::App Swish-e site engines River stage zero No dependents

A CGI::Application based control module that uses Swish-e API in perl (<http://swish-e.org>) to to perform searches on a swish-e index of documents. Features * Sub-Classable. Unlike the Perl examples that come with swish-e, this is not a script, and ...

WONKO/CGI-Application-Search-1.14 - 24 Jul 2012 21:00:57 UTC

CGI::Application::Dispatch - Dispatch requests to CGI::Application based objects River stage two • 9 direct dependents • 11 total dependents

This module provides a way (as a mod_perl handler or running under vanilla CGI) to look at the path (as returned by dispatch_path) of the incoming request, parse off the desired module and its run mode, create an instance of that module and run it. I...

MARKSTOS/CGI-Application-Dispatch-3.12 - 14 Sep 2012 01:19:52 UTC

CGI::Application::Framework - Fully-featured MVC web application platform River stage zero No dependents

"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::Apache - Allow CGI::Application to use Apache::* modules without interference River stage zero No dependents

This plugin helps to try and fix some of the annoyances of using CGI::Application in a pure mod_perl (1.0 or 2.0) environment (see INSTALLATION for specific issues regarding installation under mod_perl 2.x). CGI::Application assumes that you use CGI....

WONKO/CGI-Application-Plugin-Apache-1.02 - 17 Jun 2011 16:54:24 UTC
24 results (0.058 seconds)