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

Search results for "getopt::long"

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

Getopt::EX::Long - Getopt::Long compatible glue module River stage two • 9 direct dependents • 10 total dependents

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

Getopt::GUI::Long River stage zero No dependents

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 River stage one • 1 direct dependent • 1 total dependent

This is an experiment module....

PERLANCAR/Getopt-Long-Any-0.002 - 23 Dec 2016 06:25:05 UTC - Search in distribution

Getopt::Long::GUI River stage zero No dependents

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 River stage two • 5 direct dependents • 14 total dependents

PERLANCAR/Getopt-Long-Dump-0.112 - 10 Aug 2022 11:34:07 UTC - Search in distribution

Getopt::Long::Less - Like Getopt::Long, but with less features River stage one • 2 direct dependents • 2 total dependents

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.091 - 23 Jun 2023 00:05:58 UTC - Search in distribution

Getopt::Long::More - Like Getopt::Long, but with more stuffs River stage one • 4 direct dependents • 4 total dependents

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

Getopt::Long::Spec - translate Getopt::Long specs into a hash of attributes, and back again River stage one • 1 direct dependent • 2 total dependents

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

SPVM::Getopt::Long - Parsing Command Line Options River stage zero No dependents

The Getopt::Long class of SPVM has methods to parse command line options....

KIMOTO/SPVM-Getopt-Long-0.001 - 06 Dec 2023 05:44:20 UTC - Search in distribution

Getopt::Long::Modern - Use Getopt::Long with modern defaults River stage one • 5 direct dependents • 7 total dependents

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 River stage one • 3 direct dependents • 4 total dependents

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

Complete::Getopt::Long - Complete command-line argument using Getopt::Long specification River stage three • 6 direct dependents • 549 total dependents

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 River stage two • 24 direct dependents • 99 total dependents

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

Getopt::Long::EvenLess - Like Getopt::Long::Less, but with even less features River stage two • 7 direct dependents • 10 total dependents

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

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 River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Getopt-Long-Less-Dump-0.001 - 02 Oct 2017 04:25:35 UTC - Search in distribution

Getopt::Long::More::Dump - Run a Getopt::Long::More-based script but only to dump the spec River stage one • 2 direct dependents • 2 total dependents

PERLANCAR/Getopt-Long-More-Dump-0.001 - 05 Dec 2016 09:52:37 UTC - Search in distribution

Getopt::Long::More::Util - Utilities for Getopt::Long::More River stage one • 3 direct dependents • 3 total dependents

PERLANCAR/Getopt-Long-More-Util-0.001 - 03 Dec 2016 10:23:59 UTC - Search in distribution
548 results (0.123 seconds)