Search results for "module:CGI.pm"
CGI::Ex - CGI utility suite - makes powerful application writing fun and easy
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...
CCM/CGI-Ex-2.54 - 11 Mar 2022 22:01:22 UTC
CGI::Out - buffer output when building CGI programs
This is a helper routine for building CGI programs. It buffers stdout until you're completed building your output. If you should get an error before you are finished, then it will display a nice error message (in HTML), log the error, and send email ...
MUIR/CGI-Out-2006.0215 - 16 Feb 2006 16:12:00 UTC
CGI::ACL - Decide whether to allow a client to run this script
NHORNE/CGI-ACL-0.04
-
21 May 2021 19:05:09 UTC
CGI::XML - Perl extension for converting CGI.pm variables to/from XML
The XML::CGI module converts CGI.pm variables to XML and vice versa. XML::CGI is a subclass of CGI.pm, so it reads the CGI variables just as CGI.pm would....
EISEN/CGI-XML-0.1 - 12 Feb 1999 10:28:16 UTC
CGI::IDS - PerlIDS - Perl Website Intrusion Detection System (XSS, CSRF, SQLI, LFI etc.)
PerlIDS (CGI::IDS) is a website intrusion detection system based on PHPIDS <https://phpids.org/> to detect possible attacks in website requests, e.g. Cross-Site Scripting (XSS), Cross-Site Request Forgery (CSRF), SQL Injections (SQLI) etc. It parses ...
HINNERK/CGI-IDS-1.0217 - 27 May 2014 12:16:39 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::WML - Subclass LDS's "CGI.pm" for WML output and WML methods
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::Kwiki::CGI - CGI Base Class for CGI::Kwiki
See installed kwiki pages for more information....
INGY/CGI-Kwiki-0.18 - 11 Sep 2003 06:08:36 UTC
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::Echo - Echo form data to test form design.
This module accepts form data, cleans it, and echos it. It is designed for a HTML/CGI student enviroment. It lets, indeed encourages, students to design forms and gives their long-suffering instructors a simple way to provide a CGI script which accep...
RSAVAGE/CGI-Echo-1.08 - 24 Aug 2010 04:54:33 UTC
CGI::Auth - Simple session-based password authentication for CGI applications
"CGI::Auth" provides password authentication for web-based applications. It uses server-based session files which are referred to by a parameter in all links and forms inside the scripts guarded by "CGI::Auth". At the beginning of each script, a "CGI...
CCWALLACE/CGI-Auth-3.00 - 28 Jan 2004 19:26:25 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::Wrap - buffer output when building CGI programs
This is a helper routine for building CGI programs. It buffers stdout until you're completed building your output. If you should get an error before you are finished, then it will display a nice error message (in HTML), log the error, and send email ...
MUIR/CGI-Out-2006.0215 - 16 Feb 2006 16:12:00 UTC
CGI::List - Easily generate HTML Lists From a DataBase
ROMDAV/CGI-List-0.05
-
14 Aug 2008 15:21:48 UTC
CGI::Test - CGI regression test framework
The "CGI::Test" module provides a CGI regression test framework which allows you to run your CGI programs offline, i.e. outside a web server, and interact with them programmatically, without the need to type data and click from a web browser. If you'...
TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC
CGI::CRUD - Instant CRUD web front-end, featuring auto-discovery of the data dictionary for an RDBMS source
This module provide a framework to create web forms for a front-end CRUD interface to a variety of data sources. It features auto-discovery of the data dictionary for an RDBMS source. With this framework, you can get a basic CRUD web interface up and...
RSANDBERG/CGI-CRUD-1.06 - 04 Jun 2012 23:04:40 UTC
CGI::Ajax - a perl-specific system for writing Asynchronous web applications
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::Lazy
CGI::Lazy was designed to simply abstract some of the more common cgi scripting tasks because the author finally got sick of writing the same code by hand for every new site or client that comes along. It is my attempt to extend the wonderful CGI.pm ...
VAYDE/CGI-Lazy-1.10 - 19 Dec 2013 18:10:32 UTC