Search results for "Getopt::Long"
Getopt::Long - Extended processing of command line options
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.54 - 17 Nov 2022 17:00:06 UTC - Search in distribution
Getopt::EX::Long - Getopt::Long compatible glue module
Getopt::EX::Long is almost compatible to Getopt::Long and you can just replace module declaration and it should work just same as before (See INCOMPATIBILITY section). Besides working same, user can define their own option aliases and write dynamical...
UTASHIRO/Getopt-EX-2.1.2 - 27 Jan 2023 03:32:21 UTC - Search in distribution- Getopt::EX - Getopt Extender
- Getopt::EX::Colormap - ANSI terminal color and option support
Getopt::GUI::Long
This module is a wrapper around Getopt::Long that extends the value of the original Getopt::Long module to: 1) add a simple graphical user interface option screen if no arguments are passed to the program. Thus, the arguments to actually use are buil...
HARDAKER/Getopt-GUI-Long-0.93 - 25 Feb 2013 21:10:29 UTC - Search in distribution
Getopt::Long::Any - Use Getopt::Long::More, or Getopt::Long::Complete, or fallback to Getopt::Long
This is an experiment module....
PERLANCAR/Getopt-Long-Any-0.002 - 23 Dec 2016 06:25:05 UTC - Search in distribution
Getopt::Long::GUI
This module is a wrapper around Getopt::Long that extends the value of the originial Getopt::Long module to add a simple graphical user interface option screen if no arguments are passed to the program. Thus, the arguments to actually use are built b...
HARDAKER/Getopt-Long-GUI-0.1 - 06 May 2005 19:14:42 UTC - Search in distribution
Getopt::Long::Dump - Run a Getopt::Long-based script but only to dump the spec
PERLANCAR/Getopt-Long-Dump-0.112
-
10 Aug 2022 11:34:07 UTC
-
Search in distribution
- Getopt::Long::Patch::DumpAndExit - Patch Getopt::Long to dump option spec and exit
Getopt::Long::Less - Like Getopt::Long, but with less features
This module is a reimplementation of Getopt::Long, with less features/configurability. Only the subset which I'm currently using (which I think already serves a lot of common use cases for a lot of people too) is implemented. Only three functions are...
PERLANCAR/Getopt-Long-Less-0.090 - 01 Feb 2019 17:42:51 UTC - Search in distribution
Getopt::Long::More - Like Getopt::Long, but with more stuffs
This module is a wrapper and drop-in replacement for Getopt::Long. It provides the same interface as Getopt::Long and, unlike other wrappers like Getopt::Long::Complete or Getopt::Long::Modern it does not change default configuration and all Getopt::...
PERLANCAR/Getopt-Long-More-0.007 - 07 Apr 2020 18:26:51 UTC - Search in distribution- demo-getopt-long-more - Script to demonstrate Getopt::Long::More
Getopt::Long::Spec - translate Getopt::Long specs into a hash of attributes, and back again
This dist provides a means of parsing Getopt::Long's option specifications and turning them into hashes describing the spec. Furthermore, it can do the inverse, turning a hash into an option spec! Care has been taken to ensure that the output of "par...
SSCAFFIDI/Getopt-Long-Spec-0.002 - 16 Jul 2012 15:13:21 UTC - Search in distribution- Getopt::Long::Spec::Parser - Parse a Getopt::Long option spec into a set of attributes
- Getopt::Long::Spec::Builder - Build a Getopt::Long option spec from a set of attributes
Getopt::Long::Util - Utilities for Getopt::Long
PERLANCAR/Getopt-Long-Util-0.899
-
14 Nov 2022 11:27:03 UTC
-
Search in distribution
Getopt::Long::Modern - Use Getopt::Long with modern defaults
Getopt::Long::Modern is a simple wrapper of Getopt::Long to reduce the amount of typing needed to get modern defaults, and to avoid having to remember the correct incantations. See "Summary of Option Specifications" in Getopt::Long for details on spe...
DBOOK/Getopt-Long-Modern-1.000 - 27 Apr 2017 02:01:19 UTC - Search in distribution
ScriptX::Getopt::Long - Parse command-line options using Getop::Long
This plugin basically just configures Getopt::Long: Getopt::Long::Configure("gnu_getopt", "no_ignore_case"); then pass the spec to "GetOptions()"....
PERLANCAR/ScriptX-0.000004 - 01 Oct 2020 09:39:30 UTC - Search in distribution- scriptx-eg-getopt-long - Parse command-line options using Getopt::Long (demos modifying plugin)
- ScriptX::ModifyPlugin - Modify the loading (activation) of another plugin
- ScriptX::Getopt::Specless - Parse command-line options in a simple, spec-less way
Complete::Getopt::Long - Complete command-line argument using Getopt::Long specification
PERLANCAR/Complete-Getopt-Long-0.481
-
28 Aug 2022 13:59:14 UTC
-
Search in distribution
Getopt::Long::Complete - A drop-in replacement for Getopt::Long, with shell tab completion
This module provides a quick and easy way to add shell tab completion feature to your scripts, including scripts already written using the venerable Getopt::Long module. Currently bash and tcsh are directly supported; fish and zsh are also supported ...
PERLANCAR/Getopt-Long-Complete-0.317 - 10 May 2023 00:06:04 UTC - Search in distribution- demo-getopt-long-complete - Script to demonstrate Getopt::Long::Complete
Getopt::Long::EvenLess - Like Getopt::Long::Less, but with even less features
This module (GLEL for short) is a reimplementation of Getopt::Long (GL for short), but with much less features. It's an even more stripped down version of Getopt::Long::Less (GLL for short) and is perhaps less convenient to use for day-to-day scripti...
PERLANCAR/Getopt-Long-EvenLess-0.112 - 01 Feb 2019 17:48:32 UTC - Search in distribution
POD2::IT::Getopt::Long - Elaborazione estesa delle opzioni a linea di commando
Il modulo Getopt::Long implementa una funzione getopt estesa chiamata GetOptions(). Questa funzione aderisce alla sintassi POSIX per le opzioni a linea di comando, con le estensioni GNU. In generale, questo significa che le ozioni hanno nomi lunghi a...
ENRYS/POD2-IT-Getopt-Long-1.02 - 15 Sep 2008 16:07:48 UTC - Search in distribution
Getopt::Long::Less::Dump - Run a Getopt::Long::Less-based script but only to dump the spec
PERLANCAR/Getopt-Long-Less-Dump-0.001
-
02 Oct 2017 04:25:35 UTC
-
Search in distribution
- Getopt::Long::Less::Patch::DumpAndExit - Patch Getopt::Long::Less to dump option spec and exit
Getopt::Long::More::Dump - Run a Getopt::Long::More-based script but only to dump the spec
PERLANCAR/Getopt-Long-More-Dump-0.001
-
05 Dec 2016 09:52:37 UTC
-
Search in distribution
- Getopt::Long::More::Patch::DumpAndExit - Patch Getopt::Long::More to dump options spec and exit
Getopt::Long::More::Util - Utilities for Getopt::Long::More
PERLANCAR/Getopt-Long-More-Util-0.001
-
03 Dec 2016 10:23:59 UTC
-
Search in distribution
Getopt::Long::Negate::EN - Better negation of boolean option names
This module aims to provide a nicer negative boolean option names. By default, Getopt::Long provides options "--foo" as well as "--no-foo" and "--nofoo" if you specify boolean option specification "foo!". But this produces awkward/incorrect English w...
PERLANCAR/Getopt-Long-Negate-EN-0.060 - 23 Apr 2019 12:26:00 UTC - Search in distribution