The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

Convert::CEGH::Transliterate

Included with this package:

  examples/gematria.pl

1 POD Error

The following errors were encountered while parsing the POD:

Around line 141:

Non-ASCII character seen before =encoding in 'מדא'. Assuming UTF-8