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

NAME

Lingua::AR::Abgad

VERSION

Version 0.01

SYNOPSIS

The Abjad numerals are a decimal numeral system in which the 28 letters of the Arabic alphabet are assigned numerical values. They are used today in many fields especially poetry.For example, some words when calculated will give a certain number representing an event. We have two Abjads one is called Kabeer(Big) and the other is called Sagheer (small).

    use Lingua::AR::Abgad qw(kabeer sagheer);
    use utf8;
    #returns numerical sum of all the chars in the string

    my $result = kabeer("Arabic string"); 
    my $result = sagheer("Arabic string");
 

SUBROUTINES

kabeer (Abjad Hawaz)

sagheer (Modern Alphabet order)

AUTHOR

Moosa, <moosa at cpan.org>

BUGS

Please report any bugs or feature requests to bug-lingua-ar-abgad at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Lingua-AR-Abgad. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Lingua::AR::Abgad

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2012 Moosa.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.