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...
XSAWYERX/perl-5.30.0 - 22 May 2019 09:35:50 GMTPERLANCAR/Getopt-Std-Dump-0.001 - 01 Nov 2016 06:02:12 GMT
PERLANCAR/Getopt-Std-Util-0.001 - 01 Nov 2016 06:02:23 GMT
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 GMTGetopt::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 GMTThis 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 GMTThis 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 GMTPerl 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 GMTFLUFFY/Getopt-Plus-0.99 - 29 Nov 2012 13:50:26 GMT
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 GMTThis 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 GMTThe 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.09 - 21 Jun 2018 05:25:53 GMTThis 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 GMTThe 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 GMTGetopt::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 GMTOther 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 GMTGetopt::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 GMTPERLANCAR/Getopt-Long-Util-0.890 - 10 Aug 2017 10:56:23 GMT
Like Getopt::Param but using a simple hash based object instead of Class::Std, no localization for single error message, and only supplying the single, flexible, param() method....
DMUEY/Getopt-Param-Tiny-0.5 - 26 Jun 2008 02:36:18 GMTThere are many and many "Getopt::*" modules on CPAN. Is this module yet another option parsing module? NO. This module is NOT to be another option parsing module but to be a companion of the modules. The "Getopt::*" modules try to solve developers' p...
YAKEX/Getopt-Config-FromPod-v0.0.4 - 18 May 2018 16:34:14 GMT