CGI::Request
Details
| Size: | 117K |
| Last Update: | 2008-05-13 22:14:59 |
| Version: | 2.0b1 |
| OS Support: | Linux |
| License/Program Type: | Perl Artistic License |
| Publisher: | Martin R.J. Cleaver |
| Price: | $0.00 |
Description:
CGI::Request 2.0b1 is libraries software developed by Martin R.J. Cleaver.
CGI::Request is a parse client request via a CGI interface.
SYNOPSIS
use CGI::Request;
Simple interface: (combines SendHeaders, new and import_names)
$req = GetRequest($pkg);
print FmtRequest(); same as: print $req->as_string
Full Interface:
$req = new CGI::Request; fetch and parse request
$field_value = $req->param('FieldName');
@selected = $req->param('SelectMultiField');
@keywords = $req->keywords; from ISINDEX
print $req->as_string; format Form and CGI variables
import form fields into a package as perl variables!
$req->import_names('R');
print "$R::FieldName";
print "@R::SelectMultiField";
@value = $req->param_or($fieldname, $default_return_value);
Access to CGI interface (see CGI::Base)
$cgi_obj = $req->cgi;
$cgi_var = $req->cgi->var("REMOTE_ADDR");
Other Functions:
CGI::Request::Interface($cgi); specify alternative CGI
CGI::Request::Debug($level); log to STDERR (see CGI::Base)
Cgi-lib compatibility functions
use CGI::Request qw(:DEFAULT :cgi-lib); to import them
&ReadParse(input);
&MethGet;
&PrintHeader;
&PrintVariables(%input);
This module implements the CGI::Request object. This object represents a single query / request / submission from a WWW user. The CGI::Request class understands the concept of HTML forms and fields, specifically how to parse a CGI QUERY_STRING.
Requirements:
Perl
CGI::Request 2.0b1 supports english interface languages and works with Linux.
Downloading CGI::Request 2.0b1 will take several seconds if you use fast ADSL connection.
0 comments
Add to
CGI::Request Version History
Related Software
|
|
From category: Libraries |
| Audio::M4P 0.30 is libraries software developed by William Herrera. Audio::M4P is a Perl module that provides M4P/MP4/M4A QuickTime audio music format modules. M4P is a QuickTime protected a... |
|
|
From category: Debuggers |
| C++ Debugging Support library 0.99.45 is debuggers software developed by Carlo Wood. Libcwd is a full-featured and well-documented library that assists C++ developers with debugging their applicati... |
|
|
From category: Libraries |
| Email::FolderType::MH 0.812 is libraries software developed by Simon Wistow. Email::FolderType::MH is a Perl class to help Email::FolderType recognise MH mail directories. SUBROUTINES \... |
|
|
From category: Quality-Assurance-and-Testing |
| JCarder is an open source tool for finding potential deadlocks in concurrent multi-threaded Java programs.... |
|
|
From category: Bug-Tracking |
| Atlassian JIRA 3.6 is bug tracking software developed by Mike Cannon-Brookes. JIRA is a J2EE-based, issue tracking and project management application developed to make this process easier for your... |
|
|
From category: Version-Control |
| Cervisia 2.4 is version control software developed by Christian Loose. Cervisia is a GUI frontend for the version control system CVS. Cervisia project has features like a blame-annotated view, tagg... |
|
|
From category: Libraries |
| Embperl::IntroEmbperlObject 2.2.0 is libraries software developed by Neil Gunton. Embperl::IntroEmbperlObject is an introduction to EmbperlObject. This tutorial is intended as a complement t... |
|
|
From category: Debuggers |
| DIOTA 0.91 is debuggers software developed by Michiel Ronsse. DIOTA (Dynamic Instrumentation, Optimisation and Transformation of Applications) is a novel method for instrumenting binaries. T... |
|
|
From category: Libraries |
| DateTime::Format::Epoch::JD 0.10 is libraries software developed by Eugene van der Pijll. DateTime::Format::Epoch::JD is Perl module Convert DateTimes to/from Julian Days. SYNOPSIS... |
|
|
From category: Libraries |
| FOX is a C++-based toolkit for GUI development.... |
|
|
From category: Libraries |
| File::RdistByRsync 0.3 is libraries software developed by David Muir Sharnoff. File::RdistByRsync is a Perl module that can read rdist distfiles, emulate using rsync. SYNOPSIS... |
|
|
From category: Libraries |
| Class::Meta::Declare 0.04 is libraries software developed by Curtis Poe. Class::Meta::Declare is a Perl module deprecated in favor of Class::Meta::Express. SYNOPSIS This was a first a... |
|
|
From category: Libraries |
| Convert::yEnc::RC 1.02 is libraries software developed by Steven W McDougall. Convert::yEnc::RC is a Perl module for yEnc file-part database. SYNOPSIS use Convert::yEnc::RC;... |
|
|
From category: Widgets |
| Curses Development Kit 5.0-20060507 is widgets software developed by T.E.Dickey. Curses Development Kit is a library of widgets for curses development. Installation: To build the libr... |
|
|
From category: Libraries |
| DBIx::Class::FormTools 0.000004 is libraries software developed by David Jack Olrik. DBIx::Class::FormTools is a utility module for building forms with multiple related DBIx::Class objects.... |
Leave a comment