Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Getopt-Tabular | Distribution: openSUSE Tumbleweed |
Version: 0.300.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Thu Feb 6 23:25:30 2025 |
Group: Unspecified | Build host: reproducible |
Size: 88766 | Source RPM: perl-Getopt-Tabular-0.300.0-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://metacpan.org/release/Getopt-Tabular | |
Summary: Table-driven argument parsing for Perl 5 |
*Getopt::Tabular* is a Perl 5 module for table-driven argument parsing, vaguely inspired by John Ousterhout's Tk_ParseArgv. All you really need to do to use the package is set up a table describing all your command-line options, and call &GetOptions with three arguments: a reference to your option table, a reference to '@ARGV' (or something like it), and an optional third array reference (say, to '@newARGV'). &GetOptions will process all arguments in '@ARGV', and copy any leftover arguments (i.e. those that are not options or arguments to some option) to the '@newARGV' array. (If the '@newARGV' argument is not supplied, 'GetOptions' will replace '@ARGV' with the stripped-down argument list.) If there are any invalid options, 'GetOptions' will print an error message and return 0. Before I tell you all about why Getopt::Tabular is a wonderful thing, let me explain some of the terminology that will keep popping up here.
Artistic-1.0 OR GPL-1.0-or-later
* Thu Feb 06 2025 Tina Müller <tina.mueller@suse.com> - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details * Mon Jun 29 2015 m.liska@suse.cz - use spec-cleaner * Mon Jun 29 2015 m.liska@suse.cz - remove license check and inherit perl package license * Mon Jun 01 2015 m.liska@suse.cz - initial package 0.3
/usr/lib/perl5/vendor_perl/5.40.0/Getopt /usr/lib/perl5/vendor_perl/5.40.0/Getopt/Tabular.pm /usr/lib/perl5/vendor_perl/5.40.0/Getopt/Tabular.pod /usr/share/doc/packages/perl-Getopt-Tabular /usr/share/doc/packages/perl-Getopt-Tabular/Changes /usr/share/doc/packages/perl-Getopt-Tabular/README /usr/share/doc/packages/perl-Getopt-Tabular/demo /usr/share/man/man3/Getopt::Tabular.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Feb 12 23:53:52 2025