Search results for "module:CGI::Fast"

CGI::Fast - CGI Interface for Fast CGI River stage two • 7 direct dependents • 11 total dependents

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.17 - 13 Nov 2023 07:24:09 UTC

CGI::Pure::Fast - Fast Common Gateway Interface Class for CGI::Pure. River stage zero No dependents

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! River stage zero No dependents

HITSU/Cache-Memcached-Fast-CGI-0.06 - 14 Oct 2010 02:35:16 UTC

CGI::FormBuilder::Template::Fast - FormBuilder interface to CGI::FastTemplate River stage two • 11 direct dependents • 16 total dependents

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. River stage one • 1 direct dependent • 2 total dependents

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 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

lib/CGI/CRUD/CGIOutputFastTemplate.pm River stage one • 1 direct dependent • 1 total dependent

RSANDBERG/CGI-CRUD-1.06 - 04 Jun 2012 23:04:40 UTC

lib/CGI/CRUD/ApacheOutputFastTemplate.pm River stage one • 1 direct dependent • 1 total dependent

RSANDBERG/CGI-CRUD-1.06 - 04 Jun 2012 23:04:40 UTC

CGI::Ex::Fill - Fast but compliant regex based form filler River stage one • 2 direct dependents • 2 total dependents

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...

RHANDOM/CGI-Ex-2.55 - 09 Jan 2024 16:26:02 UTC

CGI::Deurl::XS - Fast decoder for URL parameter strings River stage one • 2 direct dependents • 6 total dependents

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

CGI::Pure - Common Gateway Interface Class. River stage one • 1 direct dependent • 1 total dependent

SKIM/CGI-Pure-0.09 - 27 Jan 2021 00:40:19 UTC

JRPC::CGI - JSON-RPC 2.0 Processing for CGI and HTTP::Server::Simple::CGI River stage zero No dependents

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 River stage two • 11 direct dependents • 35 total dependents

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 River stage one • 1 direct dependent • 1 total dependent

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. River stage zero No dependents

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 River stage zero No dependents

"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 River stage zero No dependents

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 River stage zero No dependents

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 River stage two • 19 direct dependents • 57 total dependents

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.281 - 31 Jan 2024 14:19:02 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
43 results (0.04 seconds)