Search results for "module:CGI::Fast"
CGI::Fast - CGI Interface for Fast CGI
CGI::Fast is a subclass of the CGI object created by CGI.pm. It is specialized to work with the FCGI module, which greatly speeds up CGI scripts by turning them into persistently running server processes. Scripts that perform time-consuming initializ...
LEEJO/CGI-Fast-2.16 - 01 Sep 2021 07:12:30 UTC
CGI::Pure::Fast - Fast Common Gateway Interface Class for CGI::Pure.
SKIM/CGI-Pure-Fast-0.09
-
21 Feb 2021 10:52:04 UTC
Cache::Memcached::Fast::CGI - Capture the STDOUT for Memcached in a pure cgi program!
HITSU/Cache-Memcached-Fast-CGI-0.06
-
14 Oct 2010 02:35:16 UTC
CGI::FormBuilder::Template::Fast - FormBuilder interface to CGI::FastTemplate
This engine adapts FormBuilder to use "CGI::FastTemplate". Please read these docs carefully, as the usage differs from other template adapters in several important ways. You will need to define three templates: "form", "field", and "invalid_field". Y...
BIGPRESH/CGI-FormBuilder-3.10 - 16 Aug 2016 23:59:06 UTC
CGI::FastTemplate - Perl extension for managing templates, and performing variable interpolation.
What is a template? A template is a text file with variables in it. When a template is parsed, the variables are interpolated to text. (The text can be a few bytes or a few hundred kilobytes.) Here is a simple template with one variable ('$NAME'): He...
JMOORE/CGI-FastTemplate-1.09 - 28 Jun 1999 04:59:15 UTC
CGI::Application::FastCGI - for using CGI::Application under FastCGI
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::Ex::Fill - Fast but compliant regex based form filler
form_fill is directly comparable to HTML::FillInForm. It will pass the same suite of tests (actually - it is a little bit kinder on the parse as it won't change case, reorder your attributes, or alter miscellaneous spaces and it won't require the HTM...
CCM/CGI-Ex-2.54 - 11 Mar 2022 22:01:22 UTC
CGI::Deurl::XS - Fast decoder for URL parameter strings
This module decodes a URL-encoded parameter string in the manner of CGI.pm. However, as it uses C code from libapreq to perform the task, it's somewhere from slightly to much faster (depending on your strings) than using CGI or a functionally similar...
ATHOMASON/CGI-Deurl-XS-0.08 - 21 Dec 2014 23:13:22 UTC
JRPC::CGI - JSON-RPC 2.0 Processing for CGI and HTTP::Server::Simple::CGI
This package provides JSON-RPC 2.0 services processor for 2 runtimes based on: * CGI (CGI.pm) Plain old CGI scripting (or mod_perl ModPerl::Registry mode) * HTTP::Server::Simple::CGI - a fast and lightweight runtime with a Perl embedded httpd (web se...
OHOLLMEN/JRPC-0.61 - 21 Dec 2014 17:14:48 UTC
CGI::PSGI - Adapt CGI.pm to the PSGI protocol
This module is for web application framework developers who currently uses CGI to handle query parameters, and would like for the frameworks to comply with the PSGI protocol. Only slight modifications should be required if the framework is already co...
MIYAGAWA/CGI-PSGI-0.15 - 17 May 2011 21:00:47 UTC
CGI::Lite - Process and decode WWW forms and cookies
This module can be used to decode form data, query strings, file uploads and cookies in a very simple manner. It has only one dependency and is therefore relatively fast to instantiate. This makes it well suited to a non-persistent CGI scenario....
HOUSTON/CGI-Lite-3.03 - 06 May 2021 13:05:54 UTC
CGI::Struct::XS - Build structures from CGI data. Fast.
This module is XS implementation of CGI::Struct. It's fully compatible with CGI::Struct, except for error messages. "CGI::Struct::XS" is 3-15 (5-25 with dclone disabled) times faster than original module....
NUF/CGI-Struct-XS-1.04 - 23 Aug 2013 22:02:57 UTC
CGI::WebIn - Perl extension for reading CGI form data
"use CGI::WebIn(1)" Reads all the CGI input and exports it to the caller module (like PHP does). "%IN, %GET, %POST and %COOKIES" %IN contains all the form data. %GET, %POST and %COOKIES holds GET, POST and Cookies variables respectively. "void SetCoo...
KOTEROV/CGI-WebIn-2.03 - 19 Oct 2006 08:53:54 UTC
Class::CGI - Fetch objects from your CGI object
For small CGI scripts, it's common to get a parameter, untaint it, pass it to an object constructor and get the object back. This module would allow one to to build "Class::CGI" handler classes which take the parameter value, automatically perform th...
OVID/Class-CGI-0.20 - 07 May 2006 21:41:36 UTC
CGI::Cache - Perl extension to help cache output of time-intensive CGI scripts
This module is intended to be used in a CGI script that may benefit from caching its output. Some CGI scripts may take longer to execute because the data needed in order to construct the page may not be quickly computed. Such a script may need to que...
DCOPPIT/CGI-Cache-1.4214 - 13 Jul 2018 00:12:39 UTC
CGI::Simple - A Simple totally OO CGI interface that is CGI.pm compliant
CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm. It shares an identical OO interface to CGI.pm for parameter parsing, file upload, cookie handling and header generation. This module is entirely object oriented, however a ...
MANWAR/CGI-Simple-1.280 - 11 Jan 2022 15:16:20 UTC
CGI::Builder - Framework to build simple or complex web-apps
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