The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Getopt::Std"

Getopt::Std - Process single-character switches with switch clustering River stage five • 11292 direct dependents • 32664 total dependents

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...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

Getopt::Std - Process single-character switches with switch clustering River stage five • 11292 direct dependents • 32664 total dependents

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...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

Getopt::Std::Dump - Run a Getopt::Std-based script but only to dump the spec River stage one • 3 direct dependents • 6 total dependents

PERLANCAR/Getopt-Std-Dump-0.001 - 01 Nov 2016 06:02:12 UTC

Getopt::Std::Util - Utilities for Getopt::Std River stage one • 2 direct dependents • 7 total dependents

PERLANCAR/Getopt-Std-Util-0.001 - 01 Nov 2016 06:02:23 UTC

Getopt::Std::Strict River stage two • 11 direct dependents • 32 total dependents

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 UTC

Getopt::Std::WithCheck - Perl extension for process command line arguments with custom check on them River stage zero No dependents

Getopt::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 UTC

Getopt::Std::Patch::DumpAndExit - Patch Getopt::Std to dump option spec and exit River stage one • 3 direct dependents • 6 total dependents

This 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 UTC

getopt - Shortcut for using Getopt::Std's getopt() from the command line River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/getopt-0.001 - 07 Apr 2020 17:19:03 UTC

CGI::Getopt - Configuration initializer River stage zero No dependents

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 UTC

Getopt::Easy - parses command line options in a simple but capable way. River stage two • 2 direct dependents • 20 total dependents

Perl 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 UTC

Getopt::Plus - Options wrapper with standard options, help system and more River stage zero No dependents

FLUFFY/Getopt-Plus-0.99 - 29 Nov 2012 13:50:26 UTC

Getopt::Param - param() style opt handling River stage zero No dependents

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 UTC

Getopt::Mixed - [OBSOLETE] getopt processing with both long and short options River stage one • 3 direct dependents • 3 total dependents

This 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 UTC

Getopt::Lucid - Clear, readable syntax for command line processing River stage two • 17 direct dependents • 25 total dependents

The 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 UTC

Getopt::Janus - get program options via command-line or via a GUI River stage zero No dependents

This 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 UTC

Getopt::Casual - A casual replacement for other Getopt modules and -s. River stage zero No dependents

The 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 UTC

Getopt::Euclid - Executable Uniform Command-Line Interface Descriptions River stage two • 21 direct dependents • 23 total dependents

Getopt::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...

BIGPRESH/Getopt-Euclid-0.4.6 - 28 Jun 2023 09:23:48 UTC

Getopt::constant - set constants from command line options River stage zero No dependents

Other 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 UTC

Getopt::Whatever - Collects whatever options you pass it! River stage one • 1 direct dependent • 1 total dependent

Getopt::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 UTC

Getopt::Long::Util - Utilities for Getopt::Long River stage three • 15 direct dependents • 586 total dependents

PERLANCAR/Getopt-Long-Util-0.899 - 14 Nov 2022 11:27:03 UTC
23 results (0.036 seconds)