App::PYX2XML - Perl class for pyx2xml application.
use App::PYX2XML; my $obj = App::PYX2XML->new; $obj->run;
new
my $obj = App::PYX2XML->new;
Constructor.
Returns instance of object.
run
$obj->run;
Run.
Returns undef.
use strict; use warnings; use App::PYX2XML; # Run. exit App::PYX2XML->new->run; # Output: # Usage: ./examples/ex1.pl [-e in_enc] [-h] [-i] [-s no_simple] [--version] [filename] [-] # -e in_enc Input encoding (default value is utf-8). # -h Print help. # -i Indent output. # -s no_simple List of element, which cannot be a simple like <element/>. Separator is comma. # --version Print version. # [filename] Process on filename # [-] Process on stdin
Getopt::Std, PYX::SGML::Tags, Tags::Output::Indent, Tags::Output::Raw.
https://github.com/michal-josef-spacek/App-PYX2XML.
Michal Josef Špaček mailto:skim@cpan.org
http://skim.cz
© 2015-2021 Michal Josef Špaček
BSD 2-Clause License
0.06
To install App::PYX2XML, copy and paste the appropriate command in to your terminal.
cpanm
cpanm App::PYX2XML
CPAN shell
perl -MCPAN -e shell install App::PYX2XML
For more information on module installation, please visit the detailed CPAN module installation guide.