ዳንኤል ያዕቆብ > Zobel > LiveGeez::Services

Download:
Zobel-0.20-100701.tar.gz

Dependencies

Annotate this POD

View/Report Bugs
Module Version: 0.20   Source  

NAME ^

LiveGeez::Services - Request Processing Services for LiveGe'ez

SYNOPSIS ^

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

 main:
 {

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

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

        exit (0);

 }

DESCRIPTION ^

Services.pm provides request processing services for a LiveGe'ez query as specified in the LiveGe'ez Remote Processing Protocol. "ProcessRequest" takes a LiveGe'ez LiveGeez::Request object and performs the appropriate service.

AUTHOR ^

Daniel Yacob, LibEth@EthiopiaOnline.Net

SEE ALSO ^

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

syntax highlighting: