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

Search results for "module:Getopt::Simple"

Getopt::Simple - Provide a simple wrapper around Getopt::Long. River stage one • 1 direct dependent • 6 total dependents

"Getopt::Simple" is a pure Perl module. The "Getopt::Simple" module provides a simple way of specifying: * Command line switches * Type information for switch values * Default values for the switches * Help text per switch...

RSAVAGE/Getopt-Simple-1.52 - 24 Aug 2010 07:20:13 UTC

lib/Getopt/LL/Simple.pm River stage one • 3 direct dependents • 3 total dependents

ASKSH/Getopt-LL-1.0.0 - 04 Jan 2008 13:54:38 UTC

lib/Getopt/LL/SimpleExporter.pm River stage one • 3 direct dependents • 3 total dependents

ASKSH/Getopt-LL-1.0.0 - 04 Jan 2008 13:54:38 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::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. River stage zero No dependents

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 River stage zero No dependents

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::Abridged - quick and simple full-featured option handling River stage zero No dependents

EWILHELM/Getopt-Abridged-v0.0.1 - 02 Feb 2009 00:46:35 UTC

Getopt::Alt - Command line option passing with with lots of features River stage two • 11 direct dependents • 16 total dependents

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.5 - 29 Oct 2023 07:26:08 UTC

Getopt::App - Write and test your script with ease River stage one • 1 direct dependent • 1 total dependent

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-1.00 - 18 Oct 2023 06:28:25 UTC

Getopt::Flex - Option parsing, done different. River stage zero No dependents

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::Lazy - Yet another lazy, minimal way of using Getopt::Long River stage zero No dependents

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

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::EvaP - evaluate Perl command line parameters. River stage one • 1 direct dependent • 1 total dependent

@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::Tree - Get tree-like options (like the route command). River stage zero No dependents

JEAGLE/Getopt-Tree-1.12 - 07 Jun 2011 13:57:26 UTC

Getopt::Args - integrated argument and option processing River stage one • 2 direct dependents • 2 total dependents

*Deprecated*: development on Getopt::Args stopped in 2016. Consider using Getopt::Args2 instead, which is faster and better looking in many ways :-) Getopt::Args processes Perl script *options* and *arguments*. This is in contrast with most modules i...

MLAWREN/OptArgs-0.1.21 - 29 Sep 2022 08:55:47 UTC

Getopt::Long - Extended processing of command line options River stage five • 1202 direct dependents • 19447 total dependents

The Getopt::Long module implements an extended getopt function called GetOptions(). It parses the command line from @ARGV, recognizing and removing specified options and their possible values. This function adheres to the POSIX syntax for command lin...

JV/Getopt-Long-2.57 - 11 Nov 2023 16:51:42 UTC

Getopt::Auto - Option framework for command-line applications River stage one • 1 direct dependent • 2 total dependents

"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

Getopt::Regex - handle command line options flexibly using regular expressions River stage zero No dependents

This package provides a flexible yet simple method for handling command line options. It does not stamp over the callers namespace or, currently, inforce any particular standard for the options - the user can do this if they want. By using anonymous ...

JARW/Getopt-Regex-0.03 - 27 May 2002 13:21:00 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::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
63 results (0.035 seconds)