SlackBuilds Repository

15.0 > Perl > perl-Getopt-Tabular (0.3)

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.

If you have local Perl set up and override the "install base" parameter
through the $PERL_MB_OPT or $PERL_MM_OPT variables then the build will
fail.

Maintained by: Shahab Vahedi
Keywords: perl
ChangeLog: perl-Getopt-Tabular

Homepage:
https://metacpan.org/pod/Getopt::Tabular

Source Downloads:
Getopt-Tabular-0.3.tar.gz (5b24ed68318a749df3930d25b13dd436)

Download SlackBuild:
perl-Getopt-Tabular.tar.gz
perl-Getopt-Tabular.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2026 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds