| Zobel documentation | view source | Contained in the Zobel distribution. |
LiveGeez::Cgi - Parse a LiveGe'ez CGI Query
use LiveGeez::Request;
use LiveGeez::Services;
main:
{
my $r = LiveGeez::Request->new;
ProcessRequest ( $r ) || $r->DieCgi ( "Unrecognized Request." );
exit (0);
}
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.
Daniel Yacob, LibEth@EthiopiaOnline.Net
perl(1). Ethiopic(3). http://libeth.netpedia.net/LiveGeez.html
| Zobel documentation | view source | Contained in the Zobel distribution. |