.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "ElixirFM::Exec 3pm" .TH ElixirFM::Exec 3pm 2024-03-05 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME ElixirFM::Exec \- Interface to the ElixirFM executable .SH REVISION .IX Header "REVISION" .Vb 1 \& $Revision: 946 $ $Date: 2010\-04\-12 21:27:23 +0200 (Mon, 12 Apr 2010) $ .Ve .SH SYNOPSIS .IX Header "SYNOPSIS" .Vb 1 \& use ElixirFM::Exec; # \*(Aqelixir\*(Aq will be tried out \& \& use ElixirFM::Exec \*(Aq.\*(Aq; # \*(Aq./elixir\*(Aq will be invoked \& use ElixirFM::Exec \*(Aq./elixir\*(Aq; # \*(Aq./elixir\*(Aq will be invoked \& \& use ElixirFM::Exec \*(Aqsome/other\*(Aq; # \*(Aqsome/other/elixir\*(Aq unless \& # \*(Aqsome/other\*(Aq is executable \& \& ElixirFM::Exec::elixir \*(Aqhelp\*(Aq; \& \& import ElixirFM::Exec \*(Aqother/elixir\*(Aq; # switching to \*(Aqother/elixir\*(Aq \& \& ElixirFM::Exec::elixir \*(Aqinflect\*(Aq, [\*(Aq(1320,1)\*(Aq], "V[PI]\-\-\-3MS\-\-", "N\-\-\-\-\-\-P\-[IRD]"; \& ElixirFM::Exec::inflect [\*(Aq(1320,1)\*(Aq], "V[PI]\-\-\-3MS\-\-", "N\-\-\-\-\-\-P\-[IRD]"; .Ve .SH DESCRIPTION .IX Header "DESCRIPTION" The ElixirFM::Exec module provides a simple interface for invoking the ElixirFM executable, which you need to install on your system yourself. .PP The download and further information are at . .SH AUTHOR .IX Header "AUTHOR" Otakar Smrz \f(CW\*(C`\*(C'\fR, .SH "COPYRIGHT & LICENSE" .IX Header "COPYRIGHT & LICENSE" Copyright (C) 2005\-2010 Otakar Smrz .PP This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3.