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::Dispatch"

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::Demo::Dispatch - Demonstrate the delights of CGI::Application::Dispatch River stage zero No dependents

"CGI::Application::Demo::Dispatch" demonstrates the delights CGI::Application::Dispatch. It ships with: Two instance scripts: dispatch.cgi and dispatch *dispatch.cgi* is a trivial "CGI" script, while *dispatch* is a fancy script which uses "FCGI::Pro...

RSAVAGE/CGI-Application-Demo-Dispatch-1.05 - 12 Mar 2011 23:32:25 UTC

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

This module provides a way to look at the path (as returned by "$env->{PATH_INFO}") of the incoming request, parse off the desired module and its run mode, create an instance of that module and run it. It will translate a URI like this (in a persiste...

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

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

CGI::Application::Dispatch uses its own syntax dispatch table. "CGI::Application::Dispatch::Regexp" allows one to use flexible and powerful Perl regular expressions to transform a path into argument list....

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

CGI::Application::Dispatch::Server - A simple HTTP server for developing with CGI::Application::Dispatch River stage zero No dependents

This is a simple HTTP server for for use during development with CGI::Application::Dispatch. It's a helpful tool for working on a private copy of a website on a personal computer. It's especially useful for working offline when you don't have easy ac...

MARKSTOS/CGI-Application-Dispatch-Server-0.53 - 02 Jan 2010 00:03:45 UTC

lib/CGI/Application/Demo/Dispatch/Person.pm River stage zero No dependents

RSAVAGE/CGI-Application-Demo-Dispatch-1.05 - 12 Mar 2011 23:32:25 UTC

lib/CGI/Application/Demo/Dispatch/Base.pm River stage zero No dependents

RSAVAGE/CGI-Application-Demo-Dispatch-1.05 - 12 Mar 2011 23:32:25 UTC

lib/CGI/Application/Demo/Dispatch/Menu.pm River stage zero No dependents

RSAVAGE/CGI-Application-Demo-Dispatch-1.05 - 12 Mar 2011 23:32:25 UTC

lib/CGI/Application/Demo/Dispatch/Organization.pm River stage zero No dependents

RSAVAGE/CGI-Application-Demo-Dispatch-1.05 - 12 Mar 2011 23:32:25 UTC

CGI::Application::Plugin::LogDispatch - Add Log::Dispatch support to CGI::Application River stage one • 4 direct dependents • 6 total dependents

CGI::Application::Plugin::LogDispatch adds logging support to your CGI::Application modules by providing a Log::Dispatch dispatcher object that is accessible from anywhere in the application. If you have CGI::Application::Plugin::DevPopup installed, ...

CEESHEK/CGI-Application-Plugin-LogDispatch-1.02 - 03 Mar 2008 13:45:43 UTC

CGI::Application::Plugin::ActionDispatch - Perl extension River stage zero No dependents

CGI::Application::Plugin::ActionDispatch adds attribute based support for parsing the PATH_INFO of the incoming request. For those who are familiar with Catalyst. The interface works very similar. This plugin is plug and play and shouldn't interrupt ...

JAYWHY/CGI-Application-Plugin-ActionDispatch-0.99 - 22 Oct 2012 17:05:37 UTC

CGI::Application::Plugin::ActionDispatch::Attributes - Hidden attribute support for CGI::Application River stage zero No dependents

This module will add attribute support into CGI::Application. It will also not break mod_perl. T...

JAYWHY/CGI-Application-Plugin-ActionDispatch-0.99 - 22 Oct 2012 17:05:37 UTC

lib/CGI/Application/Demo/Basic/Util/LogDispatchDBI.pm River stage zero No dependents

RSAVAGE/CGI-Application-Demo-Basic-1.06 - 25 Apr 2010 03:03:46 UTC

CGI::Snapp - An almost back-compat fork of CGI::Application River stage one • 6 direct dependents • 8 total dependents

A fork of CGI::Application (later CGI::Application::Dispatch etc) in order to understand how they work in sufficient detail that I can put CGI::Snapp etc into production - *in my own code* - as replacements for those modules. You are *strongly* encou...

RSAVAGE/CGI-Snapp-2.01 - 11 Sep 2016 01:13:27 UTC

CGI::Prototype - Create a CGI application by subclassing River stage one • 1 direct dependent • 1 total dependent

The core of every CGI application seems to be roughly the same: * Analyze the incoming parameters, cookies, and URLs to determine the state of the application (let's call this "dispatch"). * Based on the current state, analyze the incoming parameters...

MERLYN/CGI-Prototype-0.9054 - 30 Jul 2011 17:27:25 UTC

CGI::Screen - Perl extension for easy creation of multi screen CGI scripts River stage zero No dependents

CGI::Screen is a subclass of "CGI" which allows the esay(TM) creation of simple multi screen CGI scripts. By 'multi screen' I mean scripts which present different screens to the user when called with different parameters. This is the common case for ...

ULPFR/CGI-Screen-0.122 - 05 Feb 1999 16:31:00 UTC

CGI::Portable - Framework for server-generic web apps River stage zero No dependents

The CGI::Portable class is a framework intended to support complex web applications that are easily portable across servers because common environment-specific details are abstracted away, including the file system type, the web server type, and your...

DUNCAND/CGI-Portable-0.51 - 08 Jun 2004 01:36:22 UTC

CGI::Framework - A simple-to-use, lightweight web CGI framework River stage zero No dependents

CGI::Framework is a simple and lightweight framework for building web-based CGI applications. It features complete code-content separation (templating) by utilizing the HTML::Template library, stateful file or database-based sessions by utilizing the...

MNAGUIB/CGI-Framework-0.23 - 11 Oct 2005 16:23:36 UTC

CGI::Snapp::Dispatch - Dispatch requests to CGI::Snapp-based objects River stage one • 1 direct dependent • 3 total dependents

This module provides a way to automatically look at the path info - $ENV{PATH_INFO} - of the incoming HTTP request, and to process that path info like this: o Parse off a module name o Parse off a run mode o Create an instance of that module (i.e. lo...

RSAVAGE/CGI-Snapp-Dispatch-2.00 - 03 Oct 2016 22:09:04 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
40 results (0.084 seconds)