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

Search results for "module:CGI::Application"

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::Application::PSGI - PSGI Adapter for CGI::Application River stage one • 1 direct dependent • 1 total dependent

CGI::Application::PSGI is a runner to run CGI::Application application as a PSGI application....

MARKSTOS/CGI-Application-PSGI-1.00 - 07 Nov 2009 03:54:23 UTC

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::Muto - A wrapper for CGI::App with some cool features River stage zero No dependents

You should use CGI::Application::Muto so that your main application module it's implemented as a sub-class, in the following way: package App; use base 'CGI::Application::Muto'; Application States In CGI::App you have to register your run modes on th...

ULIZAMA/CGI-Application-Muto-withoutworldwriteables - 05 Jun 2010 22:59:27 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::Server - a simple HTTP server for developing with CGI::Application River stage one • 2 direct dependents • 4 total dependents

This is a simple HTTP server for for use during development with CGI::Application. At this moment, it serves our needs in a very basic way. The plan is to release early and release often, and add features when we need them. That said, we welcome any ...

RJBS/CGI-Application-Server-0.063 - 06 Jul 2013 01:11:13 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::FastCGI - for using CGI::Application under FastCGI River stage zero No dependents

Inherit this module instead of CGI::Application if you want to run your cgi programs based on CGI::Application under FastCGI....

NAOYA/CGI-Application-FastCGI-0.02 - 14 Sep 2005 01:58:16 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::Application::HelpMan - look up system perl pod docs River stage zero No dependents

The application lets you look up documentation on this system. For developer API, please see CGI::Application::Plugin::HelpMan....

LEOCHARRE/CGI-Application-Plugin-HelpMan-1.09 - 13 Mar 2008 16:58:33 UTC

CGI::Application::Mailform River stage three • 118 direct dependents • 128 total dependents

CGI::Application::Mailform is a reusable and customizable mailform for the web. It is intentionally simple, and provides very few facilities. What it does do is provide an easy-to-use, secure system for taking the contents of a HTML form submission a...

MARTO/CGI-Application-4.61 - 02 Mar 2018 09:20:24 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::MailPage - module to allow users to send HTML pages to friends. River stage zero No dependents

CGI::Application::MailPage is a CGI::Application module that allows users to send HTML pages to their friends. This module provides the functionality behind a typical "Mail This Page To A Friend" link. To use this module you need to create a simple "...

WONKO/CGI-Application-MailPage-1.7 - 14 May 2010 14:04:27 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::Pluggable - support to many plugin install. River stage zero No dependents

CAP::Pluggable is auto install many plugin. This only has to do use though use base is done when CGI::Application is used usually....

NEKOKAK/CGI-Application-Pluggable-0.03 - 22 Mar 2006 07:00:57 UTC

CGI::Application::Generator - Dynamically build CGI::Application modules River stage zero No dependents

CGI::Application::Generator provides a means by which a CGI::Application module can be created from code, as opposed to being written by hand. The goal of this module is two-fold: 1. To ease the creation of new CGI::Application modules. 2. To allow s...

JERLBAUM/CGI-Application-Generator-1.0 - 16 Feb 2003 03:40:55 UTC

CGI::Application::Util::Diff - Diff 2 directories or files, or run other commands River stage zero No dependents

"CGI::Application::Util::Diff" diffs 2 directories or files, or runs other commands. on the web server's machine. The output of a directory diff is a table, where the *Match* column contains a red 'x' if there is a mis-match in the sizes of a file or...

RSAVAGE/CGI-Application-Util-Diff-1.03 - 24 Aug 2010 04:53:03 UTC

CGI::Application::Plugin::AB - A/B Testing for CGI::Application-based applications. River stage zero No dependents

This module divides all visitors into an "A" group, or a "B" group, and allows you to determine which set they are a member of....

SKX/CGI-Application-Plugin-AB-0.4 - 05 Sep 2014 17:41:41 UTC

CGI::Application::Demo::Ajax - A search engine using CGI::Application, AJAX and JSON River stage zero No dependents

"CGI::Application::Demo::Ajax" demonstrates how to use "CGI::Application" together with AJAX and JSON. It ships with: Two "CGI" instance scripts: ajax.cgi and ajax ajax.cgi is a trivial "CGI" script, while ajax is a fancy script using "CGI::Applicati...

RSAVAGE/CGI-Application-Demo-Ajax-1.04 - 23 Jun 2010 00:12:00 UTC

CGI::Application::URIMapping - A dispatcher and permalink builder River stage zero No dependents

"CGI::Application::URIMapping" is a dispatcher / permalink builder for CGI::Application. It is implemented as a wrapper of CGI::Application::Dispatch. As can be seen in the synopsis, "CGI::Application::URIMapping" is designed to be used as a base cla...

KAZUHO/CGI-Application-URIMapping-0.04 - 16 Nov 2007 07:55:18 UTC
356 results (0.069 seconds)