The "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 UTCPERLANCAR/Getopt-Std-Dump-0.001 - 01 Nov 2016 06:02:12 UTC
PERLANCAR/Getopt-Std-Util-0.001 - 01 Nov 2016 06:02:23 UTC
Getopt::Std is nice but it could be even easier to use. This is how I would like Getopt::Std to behave. Two main concepts are strengthened here, on top of Getopt::Std. 1) Variables are created even under use strict 2) Your option specs are passed at ...
LEOCHARRE/Getopt-Std-Strict-1.01 - 27 Aug 2008 14:12:12 UTCGetopt::Std::WithCheck provides a simple way to proccess command line arguments check. Also, basic "usage" functionality provided....
TPABA/Getopt-Std-WithCheck-0.04 - 16 Aug 2007 09:16:12 UTCThis patch can be used to extract Getopt::Std options specification from a script by running the script but exiting early after getting the specification....
PERLANCAR/Getopt-Std-Dump-0.001 - 01 Nov 2016 06:02:12 UTCPERLANCAR/getopt-0.001 - 07 Apr 2020 17:19:03 UTC
This 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 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 UTCFLUFFY/Getopt-Plus-0.99 - 29 Nov 2012 13:50:26 UTC
Parses an array and gives it a CGI-like param interface to the data. You can then have apps that have a cgi interface and a cli interface that just call param() to get its stuff. Examples: Opt: --force=1 URI Equiv: force=1 Opt: --force= URI Equiv: fo...
DMUEY/Getopt-Param-0.0.5 - 26 Jun 2008 02:36:07 UTCThis module is obsolete. This package was my response to the standard modules Getopt::Std and Getopt::Long. Std doesn't support long options, and Long didn't support short options. I wanted both, since long options are easier to remember and short op...
CJM/Getopt-Mixed-1.12 - 08 Feb 2014 17:14:42 UTCThe goal of this module is providing good code readability and clarity of intent for command-line option processing. While readability is a subjective standard, Getopt::Lucid relies on a more verbose, plain-English option specification as compared ag...
DAGOLDEN/Getopt-Lucid-1.10 - 25 Oct 2019 21:15:52 UTCThis module is for rapid development of programs that can equally well present a simple GUI interface or present a command-line interface. It is the 80/20 attempt (i.e., 80% of the solution, gotten with just 20% of complexity that a full solution wou...
SBURKE/Getopt-Janus-1.03 - 09 Jun 2003 10:14:30 UTCThe Getopt::Casual module simplifies the manipulation of command line arguments in what should be a familiar way to most UNIX command line utility users. The following basic rules explain the assumptions that the "&casual()" makes for either "&import...
PHOTO/Getopt-Casual-0.13.1 - 12 May 2003 15:24:10 UTCGetopt::Euclid uses your program's own POD documentation to create a powerful command-line argument parser. This ensures that your program's documented interface and its actual interface always agree. The created command-line argument parser includes...
FANGLY/Getopt-Euclid-0.4.5 - 21 Mar 2014 02:28:40 UTCOther command-line options processing modules (like Getopt::Std) parse command-line arguments (from @ARGV) and set either variables or hash entries based on them. This module, however, parses command-line arguments into constants which are put into t...
SBURKE/Getopt-constant-1.03 - 30 Dec 2004 07:47:04 UTCGetopt::Whatever parses whatever command line options that it can find in @ARGV and places them into %ARGV. The parsing only supports long options (double-dashed), but might eventually also support short-form options. After parsing, anything that was...
JMCADA/Getopt-Whatever-0.01 - 02 Jun 2007 18:38:36 UTCPERLANCAR/Getopt-Long-Util-0.892 - 27 Oct 2020 11:31:33 UTC