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

NAME

LiveGeez::Cgi - 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