Convert::CEGH::Gematria 0.02 review

Download
by rbytes.net on

Convert::CEGH::Gematria is a Perl module for Coptic/Ethiopic/Greek/Hebrew Gematria. SYNOPSIS use utf8; use Convert::CEGH::

License: Perl Artistic License
File size: 6K
Developer: Daniel Yacob
0 stars award from rbytes.net

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