NAME

LiveGeez::File - File Openning and Caching for LiveGe'ez

SYNOPSIS

 use LiveGeez::Local;
 use LiveGeez::Request;
 use LiveGeez::File;

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


	ReadParse ( \%input );
	$r->ParseInput ( \%input );
	my ( $f ) = LiveGeez::File->new ( $r );
	$f->Display;

	exit (0);

 }

DESCRIPTION

File.pm instantiates an object for processing an Ethiopic text or HTML document. The constructor requires a LiveGeez::Request object as an argument.

AUTHOR

Daniel Yacob, LibEth@EthiopiaOnline.Net

SEE ALSO

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