table of contents
ElixirFM::Exec(3pm) | User Contributed Perl Documentation | ElixirFM::Exec(3pm) |
NAME¶
ElixirFM::Exec - Interface to the ElixirFM executable
REVISION¶
$Revision: 946 $ $Date: 2010-04-12 21:27:23 +0200 (Mon, 12 Apr 2010) $
SYNOPSIS¶
use ElixirFM::Exec; # 'elixir' 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', ['(1320,1)'], "V[PI]---3MS--", "N------P-[IRD]"; ElixirFM::Exec::inflect ['(1320,1)'], "V[PI]---3MS--", "N------P-[IRD]";
DESCRIPTION¶
The ElixirFM::Exec module provides a simple interface for invoking the ElixirFM executable, which you need to install on your system yourself.
The download and further information are at <http://sourceforge.net/projects/elixir-fm/>.
AUTHOR¶
Otakar Smrz "<otakar smrz mff cuni cz>", <http://ufal.mff.cuni.cz/~smrz/>
COPYRIGHT & LICENSE¶
Copyright (C) 2005-2010 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.
2024-03-05 | perl v5.38.2 |