The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:CGI::Persistent"

CGI::Persistent - Transparent state persistence for CGI applications. River stage zero No dependents

VIPUL/CGI-Persistent-1.11 - 05 Jul 2008 19:24:10 UTC

CGI::Session - persistent session data in CGI applications River stage two • 43 direct dependents • 56 total dependents

CGI::Session provides an easy, reliable and modular session management system across HTTP requests....

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 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::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::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::CIPP - Use CIPP embedded HTML Pages in a CGI environment River stage zero No dependents

CGI::CIPP is a Perl module which enables you to use CIPP on every CGI capable webserver. It is based on a central wrapper script, which does all the preprocessing. It executes the generated Perl code directly afterwards. Additionally, it implements a...

JRED/CGI-CIPP-0.07 - 04 Feb 2001 09:33:57 UTC

CGI::Panel - Create stateful event-driven web applications from simple panel objects River stage zero No dependents

CGI::Panel allows applications to be built out of simple object-based components. It'll handle the state of your data and objects so you can write a web application just like a desktop app. You can forget about the http requests and responses, whethe...

RSYMES/CGI-Panel-0.97 - 26 Jun 2003 09:57:12 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::Snapp - An almost back-compat fork of CGI::Application River stage one • 6 direct dependents • 8 total dependents

A fork of CGI::Application (later CGI::Application::Dispatch etc) in order to understand how they work in sufficient detail that I can put CGI::Snapp etc into production - *in my own code* - as replacements for those modules. You are *strongly* encou...

RSAVAGE/CGI-Snapp-2.01 - 11 Sep 2016 01:13:27 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::Cookie - Interface to HTTP Cookies River stage four • 286 direct dependents • 1223 total dependents

CGI::Cookie is an interface to HTTP/1.1 cookies, a mechanism that allows Web servers to store persistent information on the browser's side of the connection. Although CGI::Cookie is intended to be used in conjunction with CGI.pm (and is in fact used ...

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

CGI::Compile - Compile .cgi scripts to a code reference like ModPerl::Registry River stage two • 9 direct dependents • 17 total dependents

CGI::Compile is a utility to compile CGI scripts into a code reference that can run many times on its own namespace, as long as the script is ready to run on a persistent environment. NOTE: for best results, load CGI::Compile before any modules used ...

RKITOVER/CGI-Compile-0.26 - 30 Jul 2023 23:21:23 UTC

CGI::MxScreen - a multi-screen stateful CGI framework River stage zero No dependents

"CGI::MxScreen" is a framework for building multi-screen stateful CGI programs. It is rather object-oriented, with some peculiarities brought by persistency constraints: all objects must be handled by "Storable". "CGI::MxScreen" is based on the "CGI"...

PURDY/CGI-MxScreen-0.103 - 18 Oct 2004 15:16:18 UTC

CGI::Uploader - Manage CGI uploads using SQL database River stage zero No dependents

This module is designed to help with the task of managing files uploaded through a CGI application. The files are stored on the file system, and the file attributes stored in a SQL database....

MARKSTOS/CGI-Uploader-2.18 - 02 Feb 2011 03:41:57 UTC

CGI::AutoForm - Automated abstraction of HTML forms from a data source River stage one • 2 direct dependents • 2 total dependents

There are many CGI form abstractions available, (e.g. CGI.pm). A unique and powerful advantage with this abstraction is that it can be tied closely with a database schema. Each group of fields in the form can represent a database table (or view) and ...

RSANDBERG/CGI-AutoForm-1.05 - 06 Jun 2012 00:48:08 UTC

CGI::Portable - Framework for server-generic web apps River stage zero No dependents

The CGI::Portable class is a framework intended to support complex web applications that are easily portable across servers because common environment-specific details are abstracted away, including the file system type, the web server type, and your...

DUNCAND/CGI-Portable-0.51 - 08 Jun 2004 01:36:22 UTC

Google::OAuth - Maintains a database for Google Access Tokens River stage zero No dependents

Google::OAuth provides the capability to utilize the Google App's published API. The link below (to Google's Calendar reference) demonstrates their API in the form of HTTP REST requests. This API is consistent with the arguments of a Google::OAuth to...

TQISJIM/Google-OAuth-0.05 - 08 Jun 2013 23:58:16 UTC

CGI::SpeedyCGI - Speed up perl scripts by running them persistently. River stage zero No dependents

SpeedyCGI is a way to run perl scripts persistently, which can make them run much more quickly. A script can be made to to run persistently by changing the interpreter line at the top of the script from: #!/usr/bin/perl to #!/usr/bin/speedy After the...

HORROCKS/CGI-SpeedyCGI-2.22 - 12 Oct 2003 06:12:31 UTC

CGI::Framework - A simple-to-use, lightweight web CGI framework River stage zero No dependents

CGI::Framework is a simple and lightweight framework for building web-based CGI applications. It features complete code-content separation (templating) by utilizing the HTML::Template library, stateful file or database-based sessions by utilizing the...

MNAGUIB/CGI-Framework-0.23 - 11 Oct 2005 16:23:36 UTC

CGI::Session::Hidden - persistent session using hidden fields River stage zero No dependents

This driver module for CGI::Session 3.x allows storing the session inside a hidden field in the HTML page. The semantics are somewhat different than standard driver modules, but good enough for most uses....

MBARBON/CGI-Session-Hidden-0.03 - 15 Apr 2010 20:42:49 UTC
58 results (0.039 seconds)