PERLANCAR/getopt-0.001 - 07 Apr 2020 17:19:03 UTC
Getopt::OO is an object oriented tool for parsing command line arguments. It expects a reference to the input arguments and uses a perl hash to describe how the command line arguments should be parsed. Note that by parsed, we mean what options expect...
SJSMITH/Getopt-OO-0.07 - 21 Sep 2005 14:10:26 UTCTk::Getopt provides an interface to access command line options via Getopt::Long and editing with a graphical user interface via a Tk window. Unlike Getopt::Long, this package uses a object oriented interface, so you have to create a new Tk::Getopt o...
SREZIC/Tk-Getopt-0.51 - 23 Apr 2017 09:00:29 UTCGetopt::EX extends the basic function of Getopt family to support user-definable option aliases, and dynamic module which works together with the script through option interface....
UTASHIRO/Getopt-EX-v1.22.0 - 25 Jan 2021 13:21:18 UTCThe "Getopt::O2" module implements an extended "Getopt" class which parses the command line from @ARGV, recognizing and removing specified options and their possible values. This module adheres to the POSIX syntax for command line options, with GNU e...
SCHIECHEO/Getopt-O2-v1.1.0 - 21 Sep 2019 12:29:24 UTCThe aim of "Getopt::Alt" is to provide an alternative to Getopt::Long that allows a simple command line program to easily grow in complexity. Getopt::Lon can be expanded from a simple command line option passer to allow sub-commands. Option processin...
IVANWILLS/Getopt-Alt-v0.5.4 - 03 Aug 2020 05:47:19 UTCThis program enables CGI and command line inputs. It uses CGI and Getopt::Std modules....
GEOTIGER/CGI-Getopt-0.13 - 11 May 2005 16:13:35 UTCParse extended 'gengetopt'-style option files, and fill in output templates based on the parsed values....
MOOCOW/Getopt-Gen-0.14 - 23 Feb 2016 08:43:17 UTCThis is simply another way to pass in user defined arguments to an application using Getop::Long. The module provides a way to pass in user arguments from an XML file into Getopt::Long. In this way, the user can provide input to an application via an...
RGLAUE/Getopt-XML-0.53 - 01 Oct 2009 18:06:56 UTCThe "getopts()" function processes single-character switches with switch clustering. Pass one argument which is a string containing all switches to be recognized. For each switch found, if an argument is expected and provided, "getopts()" sets $opt_x...
SHAY/perl-5.32.1 - 23 Jan 2021 14:56:24 UTCThe "getopts()" function processes single-character switches with switch clustering. Pass one argument which is a string containing all switches to be recognized. For each switch found, if an argument is expected and provided, "getopts()" sets $opt_x...
XSAWYERX/perl-5.32.0 - 20 Jun 2020 20:38:54 UTCThis is, yup, yet another Getopt module, a very lightweight one. It's not declarative in any way, ie, it does not support specs, like Getopt::Long et al do. On the other hand, it can validate your parameters using the Data::Validator syntax. But that...
RODRIGO/Getopt-Mini-0.03 - 03 Aug 2015 09:52:51 UTC@PDT is the Parameter Description Table, which is a reference to a list of strings describing the command line parameters, aliases, types and default values. @MM is the Message Module, which is also a reference to a list of strings describing the com...
LUSOL/Getopt-EvaP-2.8 - 01 Nov 2014 06:53:53 UTCGetopt::Flex makes defining and documenting command line options in your program easy. It has a consistent object-oriented interface. Creating an option specification is declarative and configuration is optional and defaults to a few, smart parameter...
RPKELLY/Getopt-Flex-1.07 - 15 Mar 2011 02:03:47 UTCPerl puts the command line parameters in the array @ARGV allowing the user to examine and manipulate it like any other array. There is a long tradition of putting optional single character flags (preceded by a dash) in front of other parameters like ...
JONBJ/Getopt-Easy-0.1 - 17 Mar 2004 05:45:16 UTCJEAGLE/Getopt-Tree-1.12 - 07 Jun 2011 13:57:26 UTC
Got tired of the same tedious "getopt" things in every script you wrote? This module works for you! Without Getopt::Lazy Normally your script would go like this: use File::Basename; use Getopt::Long; sub usage { my $msg = shift; my $cmd = basename $0...
RUEYCHENG/Getopt-Lazy-0.0.7 - 09 Oct 2015 22:34:05 UTCFLUFFY/Getopt-Plus-0.99 - 29 Nov 2012 13:50:26 UTC
EWILHELM/Getopt-Base-v0.0.3 - 03 Jun 2013 07:56:46 UTC
"Getopt::Auto" provides an easy way to organize a script to handle whatever option mechanism it requires. For each option "--foo" you provide a subroutine "sub foo{...}". The sub is called every time "--foo" appears on the command line. Values for th...
GLEACH/Getopt-Auto-2.0 - 16 Aug 2014 22:42:22 UTC