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

Search results for "module:CGI::Capture"

CGI::Capture - Meticulously thorough capture and replaying of CGI calls River stage one • 1 direct dependent • 2 total dependents

CGI does a terribly bad job of saving CGI calls. "CGI::Capture" tries to resolve this and save a CGI call in as much painstaking detail as it possibly can. Because of this, "CGI::Capture" should work with server logins, cookies, file uploads, strange...

ETHER/CGI-Capture-1.15 - 30 May 2022 21:18:09 UTC

CGI::Capture::TieSTDIN River stage one • 1 direct dependent • 2 total dependents

ETHER/CGI-Capture-1.15 - 30 May 2022 21:18:09 UTC

CGI::Application::Plugin::CaptureIO - Plug-in capture cache River stage zero No dependents

When all output contents are preserved in the cache, and the same next request is transmitted, it is a plug-in that outputs contents preserved in the cache. The effect is demonstrated as a load measures on the screen where the update is not very freq...

HOLLY/CGI-Application-Plugin-CaptureIO-0.01 - 09 Dec 2006 17:04:30 UTC

CGI::State - Converts CGI parameters into a multi-dimensional hash River stage zero No dependents

This module takes incoming CGI form variables, and transforms them into a multi-dimensional data structure. It can recreate a hash of hashes, a hash of lists, a hash of lists of hashes etc, any number of levels deep. A limitation of CGI is it's inabi...

DKUBB/CGI-State-0.02 - 13 Jan 2001 12:02:06 UTC

CGI::Getopt - Configuration initializer River stage zero No dependents

This program enables CGI and command line inputs. It uses CGI and Getopt::Std modules....

GEOTIGER/CGI-Getopt-0.13 - 11 May 2005 16:13:35 UTC

CGI::Buffer - Verify, Cache and Optimise CGI Output River stage zero No dependents

NHORNE/CGI-Buffer-0.85 - 20 Oct 2023 17:06:41 UTC

CGI::WebGzip - Perl extension for GZipping script output River stage zero No dependents

use CGI::WebGzip([compression_level]) Captures all the script output for deflating. Default compression level is 9 (maximum). Value 0 means no compression. void flush() Flushes the compressed buffer immediately and releases STDOUT capture. Usable in ...

KOTEROV/CGI-WebGzip-0.14 - 04 Apr 2006 07:29:00 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::AppBuilder - CGI Application Builder River stage zero No dependents

There are already many application builders out there. Why you need another one? Well, if you are already familiar with CGI::Builder or CGI::Application, this one will provide some useful methods to you to read your configuration file and pre-process...

GEOTIGER/CGI-AppBuilder-1.0001 - 17 Feb 2016 02:30:53 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

Test::CGI::Multipart - Test posting of multi-part form data River stage one • 1 direct dependent • 1 total dependent

It is quite difficult to write test code to capture the behaviour of CGI or similar objects handling forms that include a file upload. Such code needs to harvest the parameters, build file content in MIME format, set the environment variables accordi...

SILASMONK/Test-CGI-Multipart-v0.0.3 - 13 Sep 2010 17:32:30 UTC

Module::CGI::Install - Installer for CGI applications River stage one • 1 direct dependent • 1 total dependent

Module::CGI::Install is a package for installing CGI applications. It is based on the principle that a particular application may need to be installed multiple times on a single host. So an application can be installed normally onto the system, and f...

ADAMK/Module-CGI-Install-0.07 - 23 Aug 2008 12:36:38 UTC

Dancer::Plugin::FakeCGI - run CGI methods or Perl-files under Dancer River stage zero No dependents

Supports to run CGI perl files on CGI methods under Dancer....

KOCEASY/Dancer-Plugin-FakeCGI-0.63 - 03 Jan 2016 17:00:53 UTC

CGI::AppBuilder::Apps - CGI Application Builder River stage zero No dependents

There are already many application builders out there. Why you need another one? Well, if you are already familiar with CGI::Builder or CGI::Application, this one will provide some useful methods to you to read your configuration file and pre-process...

GEOTIGER/CGI-AppBuilder-Apps-1.0001 - 17 Feb 2016 03:13:30 UTC

CGI::Prototype::Mecha - test CGI::Prototype applications with WWW::Mechanize River stage zero No dependents

"WWW::Mechanize" combined with "Test::More" is a great toolbench for testing a web application. But you need to have your code installed in the right location on a running server, and you can't poke behind the scenes to see if data structures or data...

MERLYN/CGI-Prototype-Mecha-0.21 - 12 May 2005 11:15:29 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::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::Plugin::REST - Helps implement RESTful architecture in CGI applications River stage zero No dependents

REST stands for REpresentational State Transfer. It is an architecture for web applications that tries to leverage the existing infrastructure of the World Wide Web such as URIs, MIME media types, and HTTP instead of building up protocols and functio...

JALDHAR/CGI-Application-Plugin-REST-0.3 - 06 Mar 2015 22:55:37 UTC

Cache::Memcached::Fast::CGI - Capture the STDOUT for Memcached in a pure cgi program! River stage zero No dependents

HITSU/Cache-Memcached-Fast-CGI-0.06 - 14 Oct 2010 02:35:16 UTC
20 results (0.035 seconds)