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

Search results for "module:CGI::header"

CGI::Header - Handle CGI.pm-compatible HTTP header properties River stage one • 2 direct dependents • 2 total dependents

This module is a utility class to manipulate a hash reference received by CGI.pm's "header()" method. This module isn't the replacement of the "header()" method, but complements CGI.pm. This module can be used in the following situation: 1. $header i...

ANAZAWA/CGI-Header-0.63 - 01 Aug 2013 08:19:26 UTC

CGI::Header::PSGI - Generate PSGI-compatible response header arrayref River stage zero No dependents

This module can be used to convert CGI.pm-compatible HTTP header properties into PSGI response header array reference. This module requires your query class is orthogonal to a global variable %ENV. For example, CGI::PSGI adds the "env" attribute to C...

ANAZAWA/CGI-Header-PSGI-0.62001 - 31 Jul 2013 10:41:06 UTC

CGI::Header::Adapter - Base class for adapters River stage one • 2 direct dependents • 2 total dependents

This module inherits from CGI::Header, and also adds the following methods to the class: $headers = $header->as_arrayref Returns an arrayref which contains key-value pairs of HTTP headers. $header->as_arrayref; # => [ # 'Content-length' => '3002', # ...

ANAZAWA/CGI-Header-0.63 - 01 Aug 2013 08:19:26 UTC

CGI::AppBuilder::Header - Configuration initializer River stage zero No dependents

This class provides methods for reading and parsing configuration files....

GEOTIGER/CGI-AppBuilder-Header-1.001 - 17 Feb 2016 02:48:37 UTC

CGI::Application::Plugin::Header - Plugin for handling header props. River stage zero No dependents

This plugin provides you the common syntax to handle CGI.pm-compatible HTTP header properties. By using this plugin, your application is capable of the following methods, where $cgiapp denotes the instance of your application which inherits from CGI:...

ANAZAWA/CGI-Application-Plugin-Header-0.63008 - 14 Nov 2013 19:48:21 UTC

Portal/Scripts/Header.pm River stage zero No dependents

ALPO/CGI-Portal-0.12 - 12 May 2008 21:02:39 UTC

OpenPlugin::HttpHeader::CGI - CGI Driver for the OpenPlugin::HttpHeader plugin River stage zero No dependents

ERIC/OpenPlugin-0.11 - 29 Aug 2003 03:04:25 UTC

BW::CGI - Simple OO CGI River stage one • 1 direct dependent • 1 total dependent

BILLW/bw-lib-1.4 - 11 Mar 2010 17:11:04 UTC

CGI::Ex - CGI utility suite - makes powerful application writing fun and easy River stage one • 2 direct dependents • 2 total dependents

CGI::Ex provides a suite of utilities to make writing CGI scripts more enjoyable. Although they can all be used separately, the main functionality of each of the modules is best represented in the CGI::Ex::App module. CGI::Ex::App takes CGI applicati...

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

CGI::WML - Subclass LDS's "CGI.pm" for WML output and WML methods River stage zero No dependents

This is a library of perl functions to allow CGI.pm-style programming to be applied to WAP/WML. Since this is a subclass of Lincoln Stein's CGI.pm all the normal CGI.pm methods are available. See perldoc CGI if you are not familiar with CGI.pm The mo...

AMURREN/CGI-WML-0.09 - 21 Feb 2003 16:36:08 UTC

CGI::Out - buffer output when building CGI programs River stage zero No dependents

This is a helper routine for building CGI programs. It buffers stdout until you're completed building your output. If you should get an error before you are finished, then it will display a nice error message (in HTML), log the error, and send email ...

MUIR/CGI-Out-2006.0215 - 16 Feb 2006 16:12:00 UTC

CGI::Push - Simple Interface to Server Push River stage four • 286 direct dependents • 1216 total dependents

CGI::Push is a subclass of the CGI object created by CGI.pm. It is specialized for server push operations, which allow you to create animated pages whose content changes at regular intervals. You provide CGI::Push with a pointer to a subroutine that ...

LEEJO/CGI-4.64 - 18 Mar 2024 12:10: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::Wrap - buffer output when building CGI programs River stage zero No dependents

This is a helper routine for building CGI programs. It buffers stdout until you're completed building your output. If you should get an error before you are finished, then it will display a nice error message (in HTML), log the error, and send email ...

MUIR/CGI-Out-2006.0215 - 16 Feb 2006 16:12:00 UTC

CGI::Lazy River stage zero No dependents

CGI::Lazy was designed to simply abstract some of the more common cgi scripting tasks because the author finally got sick of writing the same code by hand for every new site or client that comes along. It is my attempt to extend the wonderful CGI.pm ...

VAYDE/CGI-Lazy-1.10 - 19 Dec 2013 18:10:32 UTC

CGI::Plus - Extra utilities for CGI River stage zero No dependents

This module adds a few enhancements to CGI::Safe <http://search.cpan.org/~ovid/CGI-Safe/lib/CGI/Safe.pm>, which itself adds a few security-based enancements to CGI.pm <http://perldoc.perl.org/CGI.html>. The enhancement are almost entirely additions -...

MIKO/CGI-Plus-0.15 - 05 Jan 2015 01:11:46 UTC

CGI::List - Easily generate HTML Lists From a DataBase River stage zero No dependents

ROMDAV/CGI-List-0.05 - 14 Aug 2008 15:21:48 UTC

CGI::Ajax - a perl-specific system for writing Asynchronous web applications River stage one • 2 direct dependents • 2 total dependents

CGI::Ajax is an object-oriented module that provides a unique mechanism for using perl code asynchronously from javascript- enhanced HTML pages. CGI::Ajax unburdens the user from having to write extensive javascript, except for associating an exporte...

BPEDERSE/CGI-Ajax-0.707 - 08 Oct 2008 18:16:25 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::Auth - Simple session-based password authentication for CGI applications River stage one • 1 direct dependent • 1 total dependent

"CGI::Auth" provides password authentication for web-based applications. It uses server-based session files which are referred to by a parameter in all links and forms inside the scripts guarded by "CGI::Auth". At the beginning of each script, a "CGI...

CCWALLACE/CGI-Auth-3.00 - 28 Jan 2004 19:26:25 UTC
179 results (0.047 seconds)