
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

Included with this package:
examples/gematria.pl