NAME

    WebService::Yamli - Perl wrapper for Yamli's Arabic transliteration
    service

SYNOPSIS

        use WebService::Yamli;
    
        # non-OO:
        my $tr = WebService::Yamli::tr('perl di 7aga la6eefa aslan');
        say @tr;

DESCRIPTION

IMPLEMENTATION

METHODS AND ARGUMENTS

    tr($arg)

      Transliterates argument. Returns transliterated string, except if
      input is a single word and subroutine is in list context, in that
      case it returns a candidate list

GIT REPOSITORY

    http://github.com/athreef/WebService-Yamli

SEE ALSO

    Encode::Arabic::Franco

AUTHOR

    Ahmad Fatoum <athreef@cpan.org>, http://a3f.at

COPYRIGHT AND LICENSE

    Copyright (C) 2016 Ahmad Fatoum

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

