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

Search results for "module:CGI::Response"

HTTP::Response::CGI - HTTP style response message, from CGI output River stage zero No dependents

The "HTTP::Response::CGI" class sub-classes "HTTP::Response" from libwwwperl. The main distinction is that this module's parse() accepts CGI output. CGI programs do not print the first line ("status line") of the HTTP protocol (eg. "HTTP/1.1 200 OK")...

KTDREYER/HTTP-Response-CGI-1.0 - 17 Feb 2011 05:56:23 UTC

CGI::Mungo::Response - Page response class River stage zero No dependents

Factory class for creating response objects....

DUMB/CGI-Mungo-1.9 - 07 Jan 2014 18:47:25 UTC

CGI::Mungo::Response::Raw River stage zero No dependents

This view plugin allows you to simply append content to the resulting web page. Content is displayed at the end of the page request....

DUMB/CGI-Mungo-1.9 - 07 Jan 2014 18:47:25 UTC

CGI::Mungo::Response::Base River stage zero No dependents

This object should not be used directly, a new class should be created which inherits this one instead. All response plugins should override at least the display() method and they all a sub class of HTTP::Response. The module CGI::Mungo::Response wil...

DUMB/CGI-Mungo-1.9 - 07 Jan 2014 18:47:25 UTC

CGI::Mungo::Response::NotModified River stage zero No dependents

This view plugin is automatically used by CGI::Mungo::Response when the request Etag matches the current request, eg, the client has a copy of the page already....

DUMB/CGI-Mungo-1.9 - 07 Jan 2014 18:47:25 UTC

CGI::Mungo::Response::TemplateToolkit River stage zero No dependents

This view plugin allows you to read a template file and replace placholders with scalar variables. With this class you can specify empty Mungo actions to just display a static page....

DUMB/CGI-Mungo-1.9 - 07 Jan 2014 18:47:25 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::Carp - CGI routines for writing to the HTTPD (or other) error log River stage four • 286 direct dependents • 1216 total dependents

CGI scripts have a nasty habit of leaving warning messages in the error logs that are neither time stamped nor fully identified. Tracking down the script that caused the error is a pain. This fixes that. Replace the usual use Carp; with use CGI::Carp...

LEEJO/CGI-4.64 - 18 Mar 2024 12:10:48 UTC

CGI::Test - CGI regression test framework River stage one • 4 direct dependents • 8 total dependents

The "CGI::Test" module provides a CGI regression test framework which allows you to run your CGI programs offline, i.e. outside a web server, and interact with them programmatically, without the need to type data and click from a web browser. If you'...

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 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::Mungo - Very simple CGI web framework River stage zero No dependents

All action subs are passed a CGI::Mungo object as the only parameter, from this you should be able to reach everything you need....

DUMB/CGI-Mungo-1.9 - 07 Jan 2014 18:47:25 UTC

CGI::Debug - module for CGI programs debugging River stage zero No dependents

CGI::Debug will catch (almost) all compilation and runtime errors and warnings and will display them in the browser. Just "use CGI::Debug" on the second row in your program. The module will not change the behaviour of your cgi program. As long as you...

JONAS/CGI-Debug-1.0 - 28 Dec 2000 19:20:34 UTC

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::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::XMLPost - receive XML file as an HTTP POST River stage zero No dependents

CGI::XMLPost is a lightweight module for receiving XML documents in the body of an HTTP request. It provides some utility methods that make it easier to work in a CGI environment without requiring any further modules....

JSTOWE/CGI-XMLPost-1.6 - 30 Sep 2016 16:08:29 UTC

CGI::CurlLog - Log CGI parameters as curl commands River stage zero No dependents

This module can be used to log CGI parameters as curl commands so you can redo requests to CGI scripts on your server. Just include a statement "use CGI::CurlLog;" to the top of your CGI script and then check the log file for curl commands. The defau...

JACOBG/CGI-CurlLog-0.03 - 23 May 2018 21:20:56 UTC

CGI::Authent - request a HTTP authentification under specified conditions River stage zero No dependents

Send the HTTP 401 UnAuthentified header if a condition (by default "defined $ENV{REMOTE_USER}") fails. Since your script doesn't get the password the user entered, you cannot use it as the only authentification scheme. And it was not intended to work...

JENDA/CGI-Authent-0.2.1 - 24 Nov 1999 17:01:00 UTC

CGI::JSONRPC - CGI handler for JSONRPC River stage zero No dependents

CGI::JSONRPC is a pole for perl. CGI::JSONRPC implements the JSONRPC protocol as defined at <http://www.json-rpc.org/>. When a JSONRPC request is received by this handler, it is translated into a method call. The method and it's arguments are determi...

CRAKRJACK/CGI-JSONRPC-0.11 - 27 Feb 2008 18:46:01 UTC

Kwiki::Raw - Provide an action to retrieve the raw wikitext of a page River stage zero No dependents

Sometimes it is handy to view the wiki source of a page, without going through the hassle of loading the edit pane. This lets you do that. Any page content is viewable. If the page does not exist, an empty response is provided (this may change in the...

CDENT/Kwiki-Raw-0.02 - 28 Jun 2005 07:36:33 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
78 results (0.085 seconds)