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...
ADAMK/CGI-Capture-1.14 - 05 Feb 2010 17:56:21 UTCWhen 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 UTCThis 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 UTCThis 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 UTCNHORNE/CGI-Buffer-0.82 - 07 Aug 2018 13:56:47 UTC
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 UTCThis 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 UTCThere 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 UTCThis 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 UTCIt 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 UTCModule::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 UTCSupports to run CGI perl files on CGI methods under Dancer....
KOCEASY/Dancer-Plugin-FakeCGI-0.63 - 03 Jan 2016 17:00:53 UTCThere 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"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 UTCThis 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 UTCYou 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 UTCNote: 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 UTCREST 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 UTCHITSU/Cache-Memcached-Fast-CGI-0.06 - 14 Oct 2010 02:35:16 UTC