Convert::CEGH::Gematria 0.02 review
DownloadConvert::CEGH::Gematria is a Perl module for Coptic/Ethiopic/Greek/Hebrew Gematria. SYNOPSIS use utf8; use Convert::CEGH::
|
|
Convert::CEGH::Gematria is a Perl module for Coptic/Ethiopic/Greek/Hebrew Gematria.
SYNOPSIS
use utf8;
use Convert::CEGH::Gematria 'enumerate';
print "Hebrew: ?ž?“?? => ", enumerate ( "?ž?“??" ), "n";
print "Ge'ez : ?Š ?‹??ˆ? => ", enumerate ( "?Š ?‹??ˆ?" ), "n";
print "Greek : ?‘?”?‘?œ => ", enumerate ( "?‘?”?‘?œ" ), "n";
This package makes available a single function enumerate which will compute a numeric value based on Gematria rules. Gematria calculations are applicable to Coptic, Ethiopic, Greek and Hebrew scripts.
The enumerate function will accept a single word as an arguement or a list of words.
Requirements:
Perl
Convert::CEGH::Gematria 0.02 search tags