Search results for "module:Getopt"
getopt - Shortcut for using Getopt::Std's getopt() from the command line
PERLANCAR/getopt-0.001
-
07 Apr 2020 17:19:03 UTC
Getopt::OO - An object oriented command line parser. It handles short, long and multi (--x ... -) value options. It also incorporates help for options to simplify generation of usage statements.
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 UTC
Tk::Getopt - User configuration window for Tk with interface to Getopt::Long
Tk::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 UTC
Getopt::EX - Getopt Extender
Getopt::EX extends basic function of Getopt family to support user-definable option aliases, and dynamic module which works together with a script through option interface....
UTASHIRO/Getopt-EX-2.1.2 - 27 Jan 2023 03:32:21 UTC
Getopt::O2 - Command line argument processing and automated help generation, object oriented
The "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 UTC
Getopt::Alt - Command line option passing with with lots of features
The 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 UTC
Getopt::App - Write and test your script with ease
Getopt::App is a module that helps you structure your scripts and integrates Getopt::Long with a very simple API. In addition it makes it very easy to test your script, since the script file can be sourced without actually being run. Getopt::App also...
JHTHORSEN/Getopt-App-0.13 - 03 May 2023 04:43:46 UTC
CGI::Getopt - Configuration initializer
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::Std - Process single-character switches with switch clustering
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.36.1 - 23 Apr 2023 15:22:26 UTC
Getopt::Gen - extended module for gengetopt-like parsing.
Parse 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 UTC
Getopt::XML - Provide the user input arguments to Getopt::Long as an XML document
This 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 UTC
Getopt::Std - Process single-character switches with switch clustering
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::Flex - Option parsing, done different.
Getopt::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 UTC
Getopt::Easy - parses command line options in a simple but capable way.
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::Tree - Get tree-like options (like the route command).
JEAGLE/Getopt-Tree-1.12
-
07 Jun 2011 13:57:26 UTC
Getopt::EvaP - evaluate Perl command line parameters.
@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 UTC
Getopt::Mini
This 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
Getopt::Lazy - Yet another lazy, minimal way of using Getopt::Long
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 UTC