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

Search results for "module:CGI::State"

CGI::State - Converts CGI parameters into a multi-dimensional hash River stage zero No dependents

This module takes incoming CGI form variables, and transforms them into a multi-dimensional data structure. It can recreate a hash of hashes, a hash of lists, a hash of lists of hashes etc, any number of levels deep. A limitation of CGI is it's inabi...

DKUBB/CGI-State-0.02 - 13 Jan 2001 12:02:06 UTC

CGI::SecureState - Transparent, secure statefulness for CGI programs River stage zero No dependents

A Better Solution to the stateless problem. HTTP is by nature a stateless protocol; as soon as the requested object is delivered, HTTP severs the object's connection to the client. HTTP retains no memory of the request details and does not relate sub...

BEHROOZI/CGI-SecureState-0.36 - 03 Jan 2003 05:38:57 UTC

CGI::Untaint::CountyStateProvince - Validate a state, county or province in a CGI script. River stage one • 2 direct dependents • 2 total dependents

NHORNE/CGI-Untaint-CountyStateProvince-0.06 - 15 Dec 2019 18:17:22 UTC

CGI::Application::Plugin::FormState - Store Form State without Hidden Fields River stage zero No dependents

"CGI::Application::Plugin::FormState" provides a temporary storage area within the user's session for storing form-related data. The main use of this is for multi-page forms. Instead of using hidden fields to store data related to the form, you store...

MGRAHAM/CGI-Application-Plugin-FormState-0.12 - 16 Nov 2005 10:04:40 UTC

CGI::Untaint::CountyStateProvince::GB - Add British counties to CGI::Untaint::CountyStateProvince tables River stage zero No dependents

NHORNE/CGI-Untaint-CountyStateProvince-GB-0.12 - 11 Dec 2019 02:38:40 UTC

CGI::Untaint::CountyStateProvince::US - Add U.S. states to CGI::Untaint::CountyStateProvince tables River stage zero No dependents

NHORNE/CGI-Untaint-CountyStateProvince-US-0.04 - 23 Nov 2020 13:47:51 UTC

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::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::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::Toggle - Utility methods for collapsible sections River stage zero No dependents

This package adds JavaScript-based support for collapsible sections by adding a single new function toggle_section(). It overrides the CGI start_html() method, so CGI must be imported before bringing this module in. METHODS ($control,$content) = togg...

LDS/GBrowse-2.56 - 15 Jan 2017 21:29:11 UTC

CGI::Portal - MVC Framework for Multiuser Applications River stage zero No dependents

CGI::Portal is a MVC framework for the design of extensible, plug-configure-and-play multiuser web applications based on preferred object oriented coding standards. It provides authentication, session management, internal redirects and a modular arch...

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

CGI::Browse - HTML table from MySQL to display rows with sortable columns, flexible delete links, and multiple column link-outs. River stage zero No dependents

The Browse object is a flexible component for listing data in an HTML table. As a script developer, you must define the fields and set the parameters for your desired features. PARAMETERS * fields (req) Defines the columns of the table. * sql (req) S...

ROGERHALL/CGI-Browse-1.0.0 - 27 Nov 2009 08:41:29 UTC

CGI::Expand - convert flat hash to nested data using TT2's dot convention River stage two • 6 direct dependents • 95 total dependents

Converts a CGI query into structured data using a dotted name convention similar to TT2. "expand_cgi" works with CGI.pm, Apache::Request or anything with an appropriate "param" method. Or you can use "expand_hash" directly. If you prefer to use a dif...

BOWMANBS/CGI-Expand-2.05 - 24 Apr 2014 05:35:26 UTC

CGI::Struct - Build structures from CGI data River stage three • 1 direct dependent • 678 total dependents

CGI::Struct lets you transform CGI data keys that *look like* perl data structures into *actual* perl data structures. CGI::Struct makes no attempt to actually *read in* the variables from the request. You should be using CGI or some equivalent for t...

FULLERMD/CGI-Struct-1.21 - 24 Nov 2012 14:15:18 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::Untaint - process CGI input parameters River stage two • 23 direct dependents • 39 total dependents

Dealing with large web based applications with multiple forms is a minefield. It's often hard enough to ensure you validate all your input at all, without having to worry about doing it in a consistent manner. If any of the validation rules change, y...

TMTM/CGI-Untaint-1.26 - 20 Sep 2005 21:52:35 UTC
99 results (0.04 seconds)