Scroll to navigation

Encode::Arabic::Exec(3pm) User Contributed Perl Documentation Encode::Arabic::Exec(3pm)
 

NAME

Encode::Arabic::Exec - Interface to the Encode Arabic executables

SYNOPSIS

    use Encode::Arabic::Exec;                   #   'encode' and 'decode' will be tried out
    use ElixirFM::Exec '.';                     #   './elixir' will be invoked
    use ElixirFM::Exec './elixir';              #   './elixir' will be invoked
    use ElixirFM::Exec 'some/other';            #   'some/other/elixir' unless
                                                #   'some/other' is executable
    ElixirFM::Exec::elixir 'help';
    import ElixirFM::Exec 'other/elixir';       #   switching to 'other/elixir'
    ElixirFM::Exec::elixir 'inflect',           #   requested mode of operation
                           ["V[PI]---3MS--"],   #   optional command-line params
                           "(1320,1)",          #   supplied standard-input data
                           "(1234,[])";         #   which can be split by lines
    ElixirFM::Exec::inflect ["V[PI]---3MS--"], "(1320,1)", "(1234,[])";

DESCRIPTION

The ElixirFM::Exec module provides a simple interface for invoking the Encode Arabic executables, which you need to install on your system yourself.
The download and further information are at <http://sourceforge.net/projects/encode-arabic/>.

AUTHOR

Otakar Smrz "<otakar-smrz users.sf.net>", <http://otakar-smrz.users.sf.net/>

COPYRIGHT & LICENSE

Copyright (C) 2005-2012 Otakar Smrz
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3.
2014-10-11 perl v5.20.1