NAME

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

SYNOPSIS

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

 main:
 {
 local ( %input );
 local ( $r ) = LiveGeez::Request->new;


	ReadParse ( \%input );
	$r->ParseInput ( \%input );
	ProcessRequest ( $r ) || CgiDie ( "Unrecognized Request." );

	exit (0);

 }

DESCRIPTION

Request.pm instantiates an object that contains a parsed LiveGe'ez query. 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