Search results for "module:CGI::Safe"
CGI::Safe - Safe method of using CGI.pm. This is pretty much a two-line change for most CGI scripts.
If you've been working with CGI.pm for any length of time, you know that it allows uploads by default and does not have a maximum post size. Since it saves the uploads as a temp file, someone can simply upload enough data to fill up your hard drive t...
OVID/CGI-Safe-1.25 - 04 Oct 2005 21:54:33 UTC
CGI::Log - Perl extension for centralized logging of debug, error, status and success messages from scripts or other modules.
This module acts as a central repository for debug, status and error messages. It instantiates itself automatically (if it needs to) so you can access the Log object functions from anywhere in you code including other modules/objects with a simple co...
JMOORE/CGI-Log-1.00 - 14 Sep 1998 04:15:38 UTC
CGI::Plus - Extra utilities for CGI
This module adds a few enhancements to CGI::Safe <http://search.cpan.org/~ovid/CGI-Safe/lib/CGI/Safe.pm>, which itself adds a few security-based enancements to CGI.pm <http://perldoc.perl.org/CGI.html>. The enhancement are almost entirely additions -...
MIKO/CGI-Plus-0.15 - 05 Jan 2015 01:11:46 UTC
CGI::Alert - report CGI script errors to maintainer
CGI::Alert will inform you by email of warnings and errors (from die or from exiting with nonzero status). If the script terminates normally (exit status 0), and no warnings were issued by the script or by Perl, CGI::Alert is a no-op. It just consume...
ESM/CGI-Alert-2.09 - 02 Oct 2014 13:36:40 UTC
CGI::Buffer - Verify, Cache and Optimise CGI Output
NHORNE/CGI-Buffer-0.85
-
20 Oct 2023 17:06:41 UTC
CGI::Untaint - process CGI input parameters
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::WebOut - Perl extension to handle CGI output (in PHP-style).
This module is used to make CGI programmer's work more comfortable. The main idea is to handle output stream ("STDOUT") to avoid any data to be sent to browser without "Content-type" header. Of cource, you may also send your own headers to browser us...
KOTEROV/CGI-WebOut-2.25 - 07 Dec 2006 12:40:12 UTC
CGI::Builder - Framework to build simple or complex web-apps
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::Auth - Handle logins nicely.
CGI::Ex::Auth allows for auto-expiring, safe and easy web based logins. Auth uses javascript modules that perform MD5 hashing to cram the password on the client side before passing them through the internet. For the stored cookie you can choose to us...
CCM/CGI-Ex-2.54 - 11 Mar 2022 22:01:22 UTC
CGI::SecureState - Transparent, secure statefulness for CGI programs
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::AIS::Session - Perl extension to manage CGI user sessions with external identity authentication via AIS
This module creates and maintains a read-only session abstraction based on data in a central AIS server. The session data provided by AIS is read-only. A second database keyed on the identity provided by AIS should be used to store persistent local i...
DAVIDNICO/CGI-AIS-Session-0.02 - 17 Jul 2002 06:33:32 UTC
CGI::JSONRPC::Obj - Base class for easy handler creation
CGI::JSONRPC::Obj is a base class you can use to ease the creation of object handlers. Although it's fairly trivial to roll your own we recommend that all handlers use this class for forward compatablity reasons. This object can all be viewed as docu...
CRAKRJACK/CGI-JSONRPC-0.11 - 27 Feb 2008 18:46:01 UTC
CGI::Cookie::Splitter - Split big cookies into smaller ones.
RFC 2109 recommends that the minimal cookie size supported by the client is 4096 bytes. This has become a pretty standard value, and if your server sends larger cookies than that it's considered a no-no. This module provides a pretty simple interface...
ETHER/CGI-Cookie-Splitter-0.05 - 16 Aug 2015 05:59:52 UTC
CGI::Application::Plus - CGI::Application rewriting with several pluses
This module is a complete new and stand alone reimplementation of "CGI::Application" module (i.e. it is not a subclass). This means that it implements all the "CGI::Application" methods on its own, and adds several new features to your "CGI::Applicat...
DOMIZIO/CGI-Application-Plus-1.21 - 25 Mar 2006 06:19:46 UTC
CGI::Session::Tutorial - Extended CGI::Session manual
MARKSTOS/CGI-Session-4.48
-
11 Jul 2011 13:02:37 UTC
CGI::Lazy::DB::RecordSet
CGI::Lazy::DB::Recordset is a container object for handling a set of records pulled out of a database. The big difference between using the Recordset object and just using a standard query is the Recordset, with its defined internal structure allows ...
VAYDE/CGI-Lazy-1.10 - 19 Dec 2013 18:10:32 UTC
Mojolicious::Plugin::CGI - Run CGI script from Mojolicious
This plugin enables Mojolicious to run Perl CGI scripts. It does so by forking a new process with a modified environment and reads the STDOUT in a non-blocking manner....
JHTHORSEN/Mojolicious-Plugin-CGI-0.40 - 15 Dec 2018 07:00:58 UTC
CGI::Application::Server - a simple HTTP server for developing with CGI::Application
This is a simple HTTP server for for use during development with CGI::Application. At this moment, it serves our needs in a very basic way. The plan is to release early and release often, and add features when we need them. That said, we welcome any ...
RJBS/CGI-Application-Server-0.063 - 06 Jul 2013 01:11:13 UTC
Class::CGI::Email::Valid - Validate email from forms
Normally we fetch email from forms, run it through "Email::Valid" or something similar, untaint it, if necessary, and save it somewhere. This class handles the email validation via "Email::Valid" and optionally handles untainting. Unlike other "Class...
OVID/Class-CGI-Email-Valid-0.01 - 07 May 2006 22:37:12 UTC
WWW::Selenium::Utils::CGI - helper functions Selenium CGIs
This package contains useful functions for creating test scaffolding CGI scripts that Selenium can use. Users of this module will need to create their own cgi or mod_perl handlers that call these functions....
LUKEC/WWW-Selenium-Utils-0.09 - 14 Mar 2008 03:17:28 UTC