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

NAME

       Abjad.pm is interface for ABJAD Numerial

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 have been used in the Arabic-speaking world since before the 8th century Arabic numerals. In modern Arabic, the word ʾabjad means "alphabet" in general.

    use Abjad;

    my $foo = Abjad->new();
    
       $foo->word( "UNICODE ABJAD STRING" );
    my $bar = $foo->abjad ;  # ->abjad return the refrence of array numbers
    

AUTHOR

Seyed hadi Hosseini, <im.perlish at gmail.com>

BUGS

Please report any bugs or feature requests to bug-abjad at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Abjad. 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 Abjad

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2009 Seyed hadi Hosseini.

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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 67:

Non-ASCII character seen before =encoding in 'ʾabjad'. Assuming CP1252