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

Search results for "module:CGI::Minimal"

lib/CGI/Minimal.pm River stage one • 3 direct dependents • 5 total dependents

SNOWHARE/CGI-Minimal-1.30 - 15 Jun 2020 08:23:00 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::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::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::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::pWiki - Perl Wiki Environment River stage zero No dependents

The CGI::pWiki class, is providing an environment for serving a WikiWikiWeb for virtual hosts and multiple databases....

KRAEHE/CGI-pWiki-0.15 - 07 Aug 2002 15:24:23 UTC

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::Upload - CGI class for handling browser file uploads River stage one • 1 direct dependent • 1 total dependent

This module has been written to provide a simple and secure manner by which to handle files uploaded in multipart/form-data requests through a web browser. The primary advantage which this module offers over existing modules is the single interface w...

SZABGAB/CGI-Upload-1.14 - 28 Dec 2023 11:38:44 UTC

CGI::EZForm River stage zero No dependents

CGI::EZForm.pm provides basic functionality for CGI web form processing. Yes, you could use the commonly used CGI.pm module by Lincoln Stein, but for many tasks this seems like overkill -- rather like driving a Formula-1 racing car to the supermarket...

STHOMAS/CGI-EZForm-2002.0403 - 06 Apr 2002 07:09:44 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::Screen - Perl extension for easy creation of multi screen CGI scripts River stage zero No dependents

CGI::Screen is a subclass of "CGI" which allows the esay(TM) creation of simple multi screen CGI scripts. By 'multi screen' I mean scripts which present different screens to the user when called with different parameters. This is the common case for ...

ULPFR/CGI-Screen-0.122 - 05 Feb 1999 16:31:00 UTC

CGI::LogCarp - Error, log and debug streams, httpd style format River stage zero No dependents

CGI::LogCarp is a Perl package defining methods for directing the existing STDERR stream as well as creating and directing two new messaging streams, STDBUG and STDLOG. Their use was intended mainly for a CGI development environment, or where separat...

MIKEKING/LogCarp-4.48 - 06 Jun 2020 20:05:35 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

CGI::Ex::Fill - Fast but compliant regex based form filler River stage one • 2 direct dependents • 2 total dependents

form_fill is directly comparable to HTML::FillInForm. It will pass the same suite of tests (actually - it is a little bit kinder on the parse as it won't change case, reorder your attributes, or alter miscellaneous spaces and it won't require the HTM...

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

CGI::QuickForm - Perl module to provide quick CGI forms. River stage one • 1 direct dependent • 1 total dependent

"show_form", provides a quick and simple mechanism for providing on-line CGI forms. When "show_form" executes it presents the form with the fields requested. As you can see from the minimal example at the beginning of the synopsis it will default eve...

SUMMER/CGI-QuickForm-1.93 - 30 Apr 2002 19:06:15 UTC

CGI::Ex::Recipes::DBIx - Our minimal model! River stage zero No dependents

This class does not use or tries to mimic, or be like any of the powerfull objects-relational mappers on CPAN. It is here just to encourage you to go and use whatever you wish. If you look at the code, you will see how, if you want something more, yo...

BEROV/CGI-Ex-Recipes-0.08 - 05 Sep 2012 07:36:32 UTC

CGI::WebToolkit - Website Toolkit River stage zero No dependents

CGI::WebToolkit tries to simplify the common tasks when creating dynamic websites. The use of CGI::WebToolkit should lead to the development of easy to understand, relieable and fast dynamic web applications that are easy to adjust and maintain. CGI:...

KITOMER/CGI-WebToolkit-0.08 - 14 Oct 2010 07:21:29 UTC

CGI::Easy::Util - low-level helpers for HTTP/CGI River stage one • 1 direct dependent • 1 total dependent

This module contain low-level function which you usually doesn't need - use CGI::Easy::Request and CGI::Easy::Headers instead....

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

CGI::Auth::Auto - Automatic authentication maintenance and persistence for cgi scrips. River stage zero No dependents

This is a system to add one line into a cgi script and now.. voila, it requires authrentication to run the rest of the code. You don't have to change anything else of what your script is already doing. It will work with CGI::Application instances as ...

LEOCHARRE/CGI-Auth-Auto-1.21 - 04 Jul 2008 19:33:44 UTC
37 results (0.027 seconds)