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

Search results for "module:CGI::FastCGI"

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

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

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::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::Easy - simple and straightforward helpers to make CGI easy River stage one • 1 direct dependent • 1 total dependent

This documentation is an overview of CGI::Easy::* modules. For detailed information about corner cases and available features you should consult corresponding module documentation: CGI::Easy::Request, CGI::Easy::Headers, CGI::Easy::Session. If you wa...

POWERMAN/CGI-Easy-v2.0.1 - 03 Apr 2018 15:51:18 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::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::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::WebOut - Perl extension to handle CGI output (in PHP-style). River stage zero No dependents

This module is used to make CGI programmer's work more comfortable. The main idea is to handle output stream ("STDOUT") to avoid any data to be sent to browser without "Content-type" header. Of cource, you may also send your own headers to browser us...

KOTEROV/CGI-WebOut-2.25 - 07 Dec 2006 12:40:12 UTC

CGI::Stateless - Make CGI.pm stateless for use in persistent environment River stage one • 1 direct dependent • 1 total dependent

Force CGI.pm to parse %ENV and STDIN AGAIN in FastCGI-like persistent script....

POWERMAN/CGI-Stateless-v2.0.1 - 03 Apr 2018 17:26:14 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

PLP::Backend::CGI - CGI interface for PLP River stage zero No dependents

SHIAR/PLP-3.25 - 01 Apr 2018 02:54:51 UTC

CGI::Easy::Request - parse CGI params River stage one • 1 direct dependent • 1 total dependent

Parse CGI params (from %ENV and STDIN) and provide user with ease to use hash (object) with all interesting data. FEATURES * DoS protection Maximum size of content in STDIN is always limited. * HTTP Basic authorization support Provide CGI with remote...

POWERMAN/CGI-Easy-v2.0.1 - 03 Apr 2018 15:51:18 UTC

CGI::Easy::URLconf - map url path to handler sub and vice versa River stage zero No dependents

This module provide support for clean, user-friendly URLs. This can be archived by configuring web server to run your CGI/FastCGI script for any url requested by user, and let you manually dispatch different urls to corresponding handlers (subroutine...

POWERMAN/CGI-Easy-URLconf-v2.0.1 - 03 Apr 2018 17:28:04 UTC

CGI::Compress::Gzip - CGI with automatically compressed output River stage one • 1 direct dependent • 1 total dependent

CGI::Compress::Gzip extends the CGI module to auto-detect whether the client browser wants compressed output and, if so and if the script chooses HTML output, apply gzip compression on any content header for STDOUT. This module is intended to be a dr...

CDOLAN/CGI-Compress-Gzip-1.03 - 18 Oct 2008 04:32:35 UTC
30 results (0.052 seconds)