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

Search results for "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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

CGI::Application::Gallery - image gallery module River stage zero No dependents

I must have coded fifty different image gallery scripts in the last 10 years. I think doing this in CGI::Application has staying power. This is in development- but is fully usable. At this point, you will have to view/isnpect or use the included brow...

LEOCHARRE/CGI-Application-Gallery-1.09 - 06 Nov 2008 18:10:00 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

CGI::Application::Plugin::TT - Add Template Toolkit support to CGI::Application River stage one • 5 direct dependents • 6 total dependents

CGI::Application::Plugin::TT adds support for the popular Template Toolkit engine to your CGI::Application modules by providing several helper methods that allow you to process template files from within your runmodes. It compliments the support for ...

CEESHEK/CGI-Application-Plugin-TT-1.05 - 04 Jun 2010 05:51:34 UTC - Search in distribution

CGI::Application::Structured - A medium-weight, MVC, DB web micro-framework. River stage one • 1 direct dependent • 1 total dependent

I have taken to heart a recent comment by Mark Stosberg on the CGIApp mailing list: "Titanium is just one vision of what can be built on top of CGI::Application. Someone else could easily combine their own combination of CGI::Application and differen...

VANAMBURG/CGI-Application-Structured-0.007 - 28 Mar 2011 02:41:00 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution
962 results (0.109 seconds)