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


Zobel documentation  | view source Contained in the Zobel distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

 main:
 {

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

	my $f = LiveGeez::File->new ( $r );

	$f->Display;

	exit (0);

 }

DESCRIPTION

Top

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

AUTHOR

Top

Daniel Yacob, LibEth@EthiopiaOnline.Net

SEE ALSO

Top

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


Zobel documentation  | view source Contained in the Zobel distribution.