Convert::CEGH::Gematria - Coptic/Ethiopic/Greek/Hebrew Gematria.
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.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
None presently known.
Daniel Yacob, dyacob@cpan.org
the Convert::CEGH::Transliterate manpage
Included with this package:
examples/gematria.pl