Convert::CEGH::Gematria - Coptic/Ethiopic/Greek/Hebrew Gematria.


NAME

Convert::CEGH::Gematria - 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";


DESCRIPTION

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.


COPYRIGHT

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


BUGS

None presently known.


REFERENCES

http://geez.org/Numerals/Numerology.html
http://www.geocities.com/Athens/Parthenon/7069/key-1.html


AUTHOR

Daniel Yacob, dyacob@cpan.org


SEE ALSO

the Convert::CEGH::Transliterate manpage

Included with this package:

  examples/gematria.pl

 Convert::CEGH::Gematria - Coptic/Ethiopic/Greek/Hebrew Gematria.