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

Search results for "Getopt"

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 - Search in distribution

Getopt::EX - Getopt Extender River stage two • 9 direct dependents • 10 total dependents

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.6 - 20 Dec 2023 12:45:15 UTC - Search in distribution

Getopt::LL - Flexible argument processing. River stage one • 3 direct dependents • 3 total dependents

Getopt::LL provides several ways for defining the arguments you want. There is Getopt::LL::Simple for defining arguments on the -use-line-, Getopt::LL::Short for abbreviated rules (that looks like Getopt::Long). RULES -Rules- is the guidelines Getopt...

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

Getopt::O2 - Command line argument processing and automated help generation, object oriented River stage zero No dependents

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Getopt::Gen - extended module for gengetopt-like parsing. River stage zero No dependents

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 - Search in distribution

Getopt::XML - Provide the user input arguments to Getopt::Long as an XML document River stage zero No dependents

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 - Search in distribution

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 - Search in distribution

Dpkg::Getopt - option parsing handling River stage one • 6 direct dependents • 8 total dependents

This module provides helper functions for option parsing, and complements the system Getopt::Long module. Note: This is a private module, its API can change at any time....

GUILLEM/Dpkg-1.22.6 - 10 Mar 2024 21:52:57 UTC - Search in distribution

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 - Search in distribution

Getopt::Base - foundation for oo GetOpt support River stage one • 2 direct dependents • 5 total dependents

EWILHELM/Getopt-Base-v0.0.3 - 03 Jun 2013 07:56:46 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution
778 results (0.155 seconds)