ዳንኤል ያዕቆብ > Zobel-0.20-100701 > LiveGeez::Request

Download:
Zobel-0.20-100701.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.20   Source  

NAME ^

LiveGeez::Request - Parse a LiveGe'ez CGI Query

SYNOPSIS ^

 use LiveGeez::Request;
 use LiveGeez::Services;

 main:
 {

        my $r = LiveGeez::Request->new;

        ProcessRequest ( $r ) || $r->DieCgi ( "Unrecognized Request." );

        exit (0);

 }

DESCRIPTION ^

Request.pm instantiates an object that contains a parsed LiveGe'ez query. Upon instantiation the environment is checked for CGI info and cookie data is read and used. This does NOT happen if a populated hash table is passed (in which case the hash data is applied) or if "0" is passed as an arguement. The request object is required by any other LiveGe'ez function of object.

AUTHOR ^

Daniel Yacob, LibEth@EthiopiaOnline.Net

SEE ALSO ^

perl(1). Ethiopic(3). http://libeth.netpedia.net/LiveGeez.html|http://libeth.netpedia.net/LiveGeez.html