Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.329.791 Times

CGI::Request 2.0b1

  Date Added: January 12, 2010  |  Visits: 1.024

CGI::Request

Report Broken Link
Printer Friendly Version


Product Homepage
Download (95 downloads)



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: No special requirements
Platforms: Linux
Keyword: Cgi Cgirequest Client Client Request Import Libraries Parse Print Programming Request Via
Users rating: 0/10

License: Freeware Size: 122.88 KB
USER REVIEWS
More Reviews or Write Review


CGI::REQUEST RELATED
Libraries  -  Generic Apache Request Library 2.08
libapreq is a shared library with associated modules for manipulating client request data via the Apache API. Generic Apache Request Library also includes language bindings for Perl (Apache::Request and Apache::Cookie). Functionality includes:...
778.24 KB  
Mail Clients  -  Liamail 2002-08-07
Liamail is a graphical email client written with libraries QT. Liamail is like Outlook express. This email client supports attachment now with library mimepp.Protocol supported are pop3 and smtp. We think about to implement imap.
327.68 KB  
Programming  -  Java Database Client 1.0
This project is intended to create a common database client to any database that can be accessed via JDBC.
211.05 KB  
Security Tools  -  Java FTP for Integration 1.0
JFTP4I is a Java FTP Framework that dinamically calls an user implemented class on each client request. When the user makes a request to a file, the framework automatically uses the configuration XMLs to start an event to deal with the data...
4.26 MB  
Specialized Tools  -  MySQL Import 1.5.3
MySQL Import consists of an HTML file and a CGI script that allow you to import data files into MySQL databases via the Web. Its main features are ease of use, allowing the user to specify arbitrary field and line delimiters, and automatic...
20.48 KB  
ActiveX Components  -  MinGW 3.4.1
The GNU Compiler Collection (GCC) for Windows MinGW - A collection of freely available and freely distributable Windows specific header files and import libraries combined with GNU toolsets that allow one to produce native Windows programs that do...
15 MB  
Libraries  -  Stunnix VBscript and ASP Obfuscator 4.6
Stunnix ASP and VbScript Obfuscator is a unique solution for this piracy and misuse problem for ASP and client-side code written in VBScript programming languages. It provides both an obfuscation and an encoding tool for client-side VBScript code...
 
Utilities  -  Xtradius 1.2.1beta2
Xtradius is a radius server that permits you to handle user authentication and accounting request via external scripts. You can handle script requests for user accounting, user authentication, NAS start and NAS stop packets. You can also write...
204.8 KB  
Programming  -  devkitPro 1.5.7
This project is for homebrew console development tools based on the gnu compiler collection with additional tools and libraries to aid programming each supported console. The windows variants are built with MinGW.
444.26 KB  
Libraries  -  Jifty::Client 0.60912
Jifty::Client is a subclass of WWW::Mechanize with extra Jifty features. This module is a base for building robots to interact with Jifty applications. It currently contains much overlapping code with Jifty::Test::WWW::Mechanize, except that it...
532.48 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB