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

Search results for "module:CGI::Validate"

CGI::Validate - Advanced CGI form parser and type validation River stage zero No dependents

Basicly a blending of the CGI and Getopt::Long modules, and requires the CGI module to function. The basic concept of this module is to combine the best features of the CGI and Getopt::Long modules. The CGI module is great for parsing, building, and ...

ZENIN/CGI-Validate-2.000 - 28 May 1998 10:58:19 UTC

lib/CGI/Ex/Validate.pm River stage one • 2 direct dependents • 2 total dependents

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

CGI::Application::Plugin::ValidateRM - Help validate CGI::Application run modes using Data::FormValidator River stage one • 4 direct dependents • 6 total dependents

CGI::Application::Plugin::ValidateRM helps to validate web forms when using the CGI::Application framework and the Data::FormValidator module. check_rm() Validates a form displayed in a run mode with a "Data::FormValidator" profile, returning the res...

FANY/CGI-Application-Plugin-ValidateRM-2.52 - 10 Nov 2022 04:54:01 UTC

CGI::Application::Plugin::ValidateQuery - lightweight query validation for CGI::Application River stage zero No dependents

This plugin is for small query validation tasks. For example, perhaps you link to a page where a "pet_id" is required, and you need to reality check that this exists or return essentially a generic error message to the user. Even if your application ...

NATEK/CGI-Application-Plugin-ValidateQuery-1.0.5 - 08 Jan 2010 16:31:50 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::Untaint::url - validate a URL River stage one • 1 direct dependent • 1 total dependent

is_valid This Input Handler verifies that it is dealing with a reasonable URL. This mostly means that it will find the first thing that looks like a URL in your input, where by "looks like", we mean anything that URI::URL thinks is sensible, (with so...

TMTM/CGI-Untaint-url-1.00 - 03 Sep 2005 19:38:36 UTC

CGI::Path - module to aid in traversing one or more paths River stage zero No dependents

EARL/CGI-Path-1.12 - 21 Nov 2004 00:02:24 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::Untaint::html - validate sanitized HTML River stage zero No dependents

Web forms which take HTML from the user for later display on site open themselves up to the potential of cross-site scripting attacks, messy sites due to unclosed tags, or merely big images of Barney the Purple Dinosaur. HTML::Sanitizer helps elimina...

SIMON/CGI-Untaint-html-1.0 - 24 Mar 2004 17:29:15 UTC

CGI::Untaint::date - validate a date River stage two • 2 direct dependents • 15 total dependents

is_valid This Input Handler verifies that it is dealing with a reasonable date. Reasonably means anything that Date::Manip thinks is sensible, so you could use any of (for example): "December 12, 2001" "12th December, 2001" "2001-12-12" "next Tuesday...

TMTM/CGI-Untaint-date-1.00 - 26 Sep 2005 13:38:48 UTC

CGI::Untaint::isbn - validate an isbn River stage zero No dependents

This Input Handler verifies that it is dealing with a reasonable isbn (i.e. one that Business::ISBN believes to be valid.)...

SRUSHE/CGI-Untaint-isbn-0.01 - 11 Dec 2001 15:10:13 UTC

CGI::Untaint::asin - validate an Amazon ID River stage zero No dependents

This CGI::Untaint input handler verifies that it is dealing with a plausible Amazon ID (asin). It does not (yet?) check that this is a *real* asin, just that it looks like one....

TMTM/CGI-Untaint-asin-1.02 - 20 Sep 2005 13:20:14 UTC

CGI::Untaint::hex - validate as a hexadecimal value River stage two • 23 direct dependents • 39 total dependents

This Input Handler verifies that it is dealing with a hexadecimal value....

TMTM/CGI-Untaint-1.26 - 20 Sep 2005 21:52:35 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

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::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::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::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

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
66 results (0.045 seconds)