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

Search results for "module:CGI::Pretty"

CGI::Pretty - module to produce nicely formatted HTML code River stage four • 286 direct dependents • 1216 total dependents

LEEJO/CGI-4.64 - 18 Mar 2024 12:10:48 UTC

CGI::Safe - Safe method of using CGI.pm. This is pretty much a two-line change for most CGI scripts. River stage one • 1 direct dependent • 1 total dependent

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::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::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::Lazy River stage zero No dependents

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

CGI::Echo - Echo form data to test form design. River stage zero No dependents

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::PSGI - Adapt CGI.pm to the PSGI protocol River stage two • 11 direct dependents • 35 total dependents

This module is for web application framework developers who currently uses CGI to handle query parameters, and would like for the frameworks to comply with the PSGI protocol. Only slight modifications should be required if the framework is already co...

MIYAGAWA/CGI-PSGI-0.15 - 17 May 2011 21:00:47 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::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::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::Inspect - Inspect and debug CGI apps with an in-browser UI River stage zero No dependents

This class is a drop-in web based inspector for plain CGI (or CGI-based) applications. Include the library, and then call inspect(). In your server error logs you'll see something like "Please connect to localhost:8080". When you do, you'll be greete...

AWWAIID/CGI-Inspect-0.5 - 26 Jun 2009 17:49:50 UTC

CGI::NoPoison - No Poison Null Byte in CGI->Vars River stage zero No dependents

Simplicity itself. Instead of using a null-byte to separate multi-valued fields why not just use what CGI.pm already uses to store the values internally? "What's that?", you ask? Why, it's an anonymous array, of course, like anyone sensible would use...

SGODIN/CGI-NoPoison-3.11 - 07 Dec 2005 18:44:13 UTC

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

Google::OAuth - Maintains a database for Google Access Tokens River stage zero No dependents

Google::OAuth provides the capability to utilize the Google App's published API. The link below (to Google's Calendar reference) demonstrates their API in the form of HTTP REST requests. This API is consistent with the arguments of a Google::OAuth to...

TQISJIM/Google-OAuth-0.05 - 08 Jun 2013 23:58:16 UTC

CGI::Ex::Dump - A debug utility River stage one • 2 direct dependents • 2 total dependents

Uses the base Data::Dumper of the distribution and gives it nicer formatting - and allows for calling just about anytime during execution. Calling &CGI::Ex::set_deparse() will allow for dumped output of subroutines if available. perl -e 'use CGI::Ex:...

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

CGI::ArgChecker - An extensible CGI parameter validation module (allowing commonly used checks on parameters to be called more concisely and consistently). River stage zero No dependents

Note: Since this is really a simple wrapper around String::Checker(3), most of the interesting reading is in that document (i.e. the definition of an 'expectation'). The documentation that follows assumes you are pretty familiar with String::Checker(...

DLOWE/CGI-ArgChecker-0.02 - 25 Nov 1999 06:16:31 UTC

CGI::FormMagick - easily create CGI form-based applications River stage zero No dependents

FormMagick is a toolkit for easily building fairly complex form-based web applications. It allows the developer to specify the structure of a multi-page "wizard" style form using XML, then display that form using only a few lines of Perl. How it work...

MITEL/CGI-FormMagick-0.89 - 05 Feb 2003 20:31:20 UTC

CGI::Ex::JSONDump - Comprehensive data to JSON dump. River stage one • 2 direct dependents • 2 total dependents

CGI::Ex::JSONDump is a very lightweight and fast perl data structure to javascript object notation dumper. This is useful for AJAX style methods, or dynamic page creation that needs to embed perl data in the presented page. CGI::Ex::JSONDump has roug...

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

CGI::Lazy::Template River stage zero No dependents

CGI::Lazy::Template is pretty much just a wrapper to HTML::Template. It takes a template name as its single argument, and has a single useful method: process, which takes a hashref of variables to shuffle together with the template for subsequent pri...

VAYDE/CGI-Lazy-1.10 - 19 Dec 2013 18:10:32 UTC

CGI::ParamComposite - Convert .-delimited CGI parameters to Perl classes/objects River stage zero No dependents

I needed this for a fairly large single-CGI script application that I was working on. It was a script that had been actively, organically growing for 4+ years, and was getting very difficult to track the undocumented 50+ CGI parameters that were bein...

ALLENDAY/CGI-ParamComposite-0.02 - 10 Oct 2004 20:20:24 UTC
31 results (0.038 seconds)