The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module: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

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::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

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

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

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

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

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

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

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...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 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::Mini River stage one • 2 direct dependents • 2 total dependents

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::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::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::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::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

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

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::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::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

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::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::ExPar - Extended Parameters command line parser. River stage zero No dependents

This is a method-based command line argument handling package. ExPar was originally based on EvaP but was eventually rewritten from scratch. I have tested it and refined it over the course of around 6 years. I have been using it for internal projects...

HLHAMILT/Getopt-ExPar-1.01 - 05 Sep 2008 12:31:35 UTC

Getopt::Lucid - Clear, readable syntax for command line processing River stage two • 17 direct dependents • 25 total dependents

The goal of this module is providing good code readability and clarity of intent for command-line option processing. While readability is a subjective standard, Getopt::Lucid relies on a more verbose, plain-English option specification as compared ag...

DAGOLDEN/Getopt-Lucid-1.10 - 25 Oct 2019 21:15:52 UTC

Getopt::Chain - Command-line processing like svn and git River stage one • 3 direct dependents • 3 total dependents

Getopt::Chain can be used to provide svn(1)- and git(1)-style option and command processing. Any option specification covered by Getopt::Long is fair game. This is a new version of Getopt::Chain that uses Path::Dispatcher CAVEAT 1: This is pretty bet...

ROKR/Getopt-Chain-0.017 - 19 Dec 2011 19:59:37 UTC

Getopt::Yagow - Yet another Getopt::Long (and Pod::Usage) wrapper. River stage zero No dependents

Class wrapper of "Getopt::Long" and "Pod::Usage" for parsing and management of command line options....

ECASTILLA/Getopt-Yagow-1.01 - 11 Feb 2004 11:46:54 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

Getopt::Valid - Extended processing and validation of command line options River stage zero No dependents

Implements an extended getopt mechanism relying on Getopt::Long but provides extended validation and filtering capabilities. Useful for shell scripts. I wrote this, because i need input validation / processing in most of my scripts. This keeps it for...

UKAUTZ/Getopt-Valid-v0.1.4 - 27 Jan 2012 19:38:21 UTC

Getopt::Fancy - Object approach to handling command line options, focusing on end user happiness River stage zero No dependents

"Getopt::Fancy" Allows command line options to be all in one place in your script including default values, allowed values, user-friendly descriptions, required flags and pattern matching requirements. Ofttimes script writers skimp on the usage infor...

BATMAN/Getopt-Fancy-0.06 - 30 Oct 2008 05:17:41 UTC

Getopt::Param - param() style opt handling River stage zero No dependents

Parses an array and gives it a CGI-like param interface to the data. You can then have apps that have a cgi interface and a cli interface that just call param() to get its stuff. Examples: Opt: --force=1 URI Equiv: force=1 Opt: --force= URI Equiv: fo...

DMUEY/Getopt-Param-0.0.5 - 26 Jun 2008 02:36:07 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::Casual - A casual replacement for other Getopt modules and -s. River stage zero No dependents

The Getopt::Casual module simplifies the manipulation of command line arguments in what should be a familiar way to most UNIX command line utility users. The following basic rules explain the assumptions that the "&casual()" makes for either "&import...

PHOTO/Getopt-Casual-0.13.1 - 12 May 2003 15:24:10 UTC

Getopt::Euclid - Executable Uniform Command-Line Interface Descriptions River stage two • 21 direct dependents • 23 total dependents

Getopt::Euclid uses your program's own POD documentation to create a powerful command-line argument parser. This ensures that your program's documented interface and its actual interface always agree. The created command-line argument parser includes...

BIGPRESH/Getopt-Euclid-0.4.6 - 28 Jun 2023 09:23:48 UTC

MooseX::Getopt - A Moose role for processing command line options River stage three • 110 direct dependents • 324 total dependents

This is a role which provides an alternate constructor for creating objects using parameters passed in from the command line....

ETHER/MooseX-Getopt-0.76 - 18 Dec 2023 20:20:08 UTC

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

Dancer::GetOpt - Process command-line options for Dancer scripts River stage three • 214 direct dependents • 218 total dependents

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Getopt::Modular - Modular access to Getopt::Long River stage zero No dependents

DMCBRIDE/Getopt-Modular-0.13 - 07 Mar 2014 21:31:11 UTC

Getopt::GetArgs - Perl module to allow enhanced argument passing, including passing of case-insensitive named arguments as well as positioned arguments. River stage zero No dependents

GetArgs needs to know * what your subroutine was passed, * and what it expected to be passed. * If you like, you can also supply default values to use when an argument is not passed. Using this information, GetArgs will create a hash of arguments for...

BBB/Getopt-GetArgs-1.03 - 08 Jun 2001 06:33:00 UTC

Getopt::Awesome - Let your modules define/export their own arguments River stage zero No dependents

First of, this module was very inspired in the Getopt::Modular CPAN package however at the moment of using it I found it was giving me "more" of what I was looking so I thought I could borrow some ideas of it, make it lighter and add some of the feat...

PFISCHER/Getopt-Awesome-0.1.3 - 13 Nov 2009 22:12:35 UTC

Verilog::Getopt - Get Verilog command line options River stage zero No dependents

Verilog::Getopt provides standardized handling of options similar to Verilog/VCS and cc/GCC....

WSNYDER/Verilog-Perl-3.482 - 23 Jan 2024 02:49:53 UTC

Getopt::Compact - getopt processing in a compact statement with both long and short options, and usage functionality. River stage two • 7 direct dependents • 10 total dependents

This is yet another Getopt related module. Getopt::Compact is geared towards compactly and yet quite powerfully describing an option syntax. Options can be parsed, returned as a hashref of values, and/or displayed as a usage string or within the scri...

ASW/Getopt-Compact-0.04 - 04 Sep 2006 20:57:27 UTC

Getopt::Kingpin - command line options parser (like golang kingpin) River stage one • 3 direct dependents • 3 total dependents

Getopt::Kingpin is a command line parser. It supports flags and positional arguments. * Simple to use * Automatically generate help flag (--help). This module is inspired by Kingpin written in golang. https://github.com/alecthomas/kingpin...

TAKASAGO/Getopt-Kingpin-0.11 - 18 Aug 2023 04:20:12 UTC

Getopt::Helpful - Integrated option hash / help messages. River stage one • 2 direct dependents • 2 total dependents

EWILHELM/Getopt-Helpful-0.04 - 05 Jun 2006 06:07:35 UTC

Getopt::Panjang - Parse command-line options River stage one • 2 direct dependents • 2 total dependents

EXPERIMENTAL WORK. This module is similar to Getopt::Long, but with a rather different interface. After experimenting with Getopt::Long::Less and Getopt::Long::EvenLess (which offers interface compatibility with Getopt::Long), I'm now trying a differ...

PERLANCAR/Getopt-Panjang-0.04 - 15 Sep 2015 02:48:43 UTC

Getopt::ArgvFile - interpolates script options from files into @ARGV or another array River stage two • 22 direct dependents • 32 total dependents

This module simply interpolates option file hints in @ARGV by the contents of the pointed files. This enables option reading from *files* instead of or additional to the usual reading from the command line. Alternatively, you can process any array in...

JSTENZEL/Getopt-ArgvFile-1.11 - 21 Apr 2007 18:44:57 UTC

Getopt::Function - provide mixed options with help information River stage zero No dependents

The aim of this module is to make it easy to provide sophisticated and complex interfaces to commands in a simple to use and clear manner with proper help facilities. It is designed to do this by making it possible to write the options, with document...

MIKEDLR/Getopt-Function-0.017 - 19 Nov 2001 21:55:57 UTC

Getopt::ArgParse - Parsing command line arguments with a richer and more user-friendly API interface, similar to python's argpare but with perlish extras. River stage one • 1 direct dependent • 2 total dependents

MYTRAM/Getopt-ArgParse-1.0.6 - 02 May 2015 10:19:43 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::constant - set constants from command line options River stage zero No dependents

Other command-line options processing modules (like Getopt::Std) parse command-line arguments (from @ARGV) and set either variables or hash entries based on them. This module, however, parses command-line arguments into constants which are put into t...

SBURKE/Getopt-constant-1.03 - 30 Dec 2004 07:47:04 UTC

Getopt::Whatever - Collects whatever options you pass it! River stage one • 1 direct dependent • 1 total dependent

Getopt::Whatever parses whatever command line options that it can find in @ARGV and places them into %ARGV. The parsing only supports long options (double-dashed), but might eventually also support short-form options. After parsing, anything that was...

JMCADA/Getopt-Whatever-0.01 - 02 Jun 2007 18:38:36 UTC

Getopt::AutoConf - use autoconf(1)-style options River stage zero No dependents

Getopt::AutoConf allows for autoconf-style parameters with no extra parsing on the part of the script writer. The module exports a single function, called GetOptions, which takes a hash describing what options should be parsed. Each key in this hash ...

DARREN/Getopt-AutoConf-1.06 - 01 Oct 2001 13:11:42 UTC

Getopt::optparse - optparse style processing of command line options River stage zero No dependents

Library which allows Python optparse style processing of command line options....

MHEARSE/Getopt-optparse-1.6.0 - 25 Apr 2022 08:31:39 UTC

Getopt::Complete - programmable shell completion for Perl apps River stage zero No dependents

This module makes it easy to add custom command-line completion to Perl applications. It also does additional validation of arguments, when the program is actually executed, based on completion lists. Support is also present for apps which are an ent...

NNUTTER/Getopt-Complete-0.26 - 24 Aug 2011 16:09:59 UTC

CBSSports::Getopt - Encapsulate Option Parsing and Usage for all CBSSports Perl Scripts River stage zero No dependents

The purpose of this module is to provide a simple way that script authors can easily define options and usage without have to duplicate code in each of their scripts. This module provides the following functionality: Getopt::Long for Option Parsing S...

JBISBEE/CBSSports-Getopt-1.1 - 27 Jul 2009 09:35:20 UTC

Getopt::Inherited - Handling inherited command-line options River stage one • 3 direct dependents • 4 total dependents

By subclassing this mixin class, your program gets the ability to inherit command-line option specifications. If you have several programs that share common code and common command-line options you don't want to have to write the command-line process...

MARCEL/Getopt-Inherited-1.100860 - 27 Mar 2010 10:28:54 UTC

Getopt::WonderBra - Lift and Separate Command Line Options River stage one • 1 direct dependent • 1 total dependent

See eg/WonderBra.pl for an example of usage. There just weren't enough command line processessing modules, so I had to write my own. Actually, it exists because it made it easy to port shell scripts to perl: it acts just like the getopt program. Oddl...

RPAUL/Getopt-WonderBra-1.04 - 29 Apr 2006 15:04:56 UTC

Getopt::Attribute - Attribute wrapper for Getopt::Long River stage one • 5 direct dependents • 7 total dependents

Note: This version of the module works works with perl 5.8.0. If you need it to work with perl 5.6.x, please use an earlier version from CPAN. This module provides an attribute wrapper around "Getopt::Long". Instead of declaring the options in a hash...

MARCEL/Getopt-Attribute-2.101700 - 19 Jun 2010 09:13:57 UTC

Getopt::LongUsage - Describe the usage of Getopt::Long options in human readable format River stage zero No dependents

This is a pure perl module which generates a user help message for a perl script that implements the "Getopt::Long" module. Simply describe each option configured for "Getopt::Long", and a useful formatted help message is generated....

RGLAUE/Getopt-LongUsage-0.12 - 07 Jul 2014 21:33:23 UTC

Getopt::FileConfig - Perl module for parsing configuration files River stage zero No dependents

Getopt::FileConfig is a module for processing of configuration files which define some variables to be exported into the callers namespace(s). These variables can be optionally overriden from environment variables and unconditionally from command lin...

MTADEL/Getopt-FileConfig-1.0001 - 14 Mar 2011 12:26:00 UTC

Getopt::Usaginator - Conjure up a usage function for your applications River stage two • 6 direct dependents • 18 total dependents

Getopt::Usaginator is a tool for creating a handy usage subroutine for commandline applications It does not do any option parsing, but is best paired with Getopt::Long or any of the other myriad of option parsers...

ROKR/Getopt-Usaginator-0.0012 - 05 Jun 2010 02:11:39 UTC

Getopt::CallingName - Script duties delegation based upon calling name River stage zero No dependents

Sometimes you can have a script that can run in two or more 'modes' of operation. Apart from an option to specify the mode, the command line options are the same/very similar. Much of the code used by the various modes is common. As an application us...

SRSHAH/Getopt-CallingName-1.18 - 14 Nov 2007 03:47:23 UTC

Getopt::Declare - Declaratively Expressed Command-Line Arguments via Regular Expressions River stage one • 4 direct dependents • 5 total dependents

Overview Getopt::Declare is *yet another* command-line argument parser, one which is specifically designed to be powerful but exceptionally easy to use. To parse the command-line in @ARGV, one simply creates a Getopt::Declare object, by passing "Geto...

FANGLY/Getopt-Declare-1.14 - 09 Mar 2011 07:49:10 UTC

Getopt::AsDocumented - declare options as pod documentation River stage one • 3 direct dependents • 3 total dependents

EWILHELM/Getopt-AsDocumented-v0.0.2 - 03 Jun 2013 08:06:15 UTC

Getopt::ApacheCommonsCLI - Perl extension for parsing arguments similar to Apache Commons CLI Java library. River stage zero No dependents

Getopt::ApacheCommonsCLI - Perl extension for parsing arguments similar to Apache Commons CLI Java library. The Apache Commons CLI Java library implements options parsing according to at least 3 different standards: 1. Unix 2. POSIX (bundling, enable...

JBRIGGS/Getopt-ApacheCommonsCLI-0.02 - 12 Oct 2014 06:36:36 UTC

Getopt::Class - Extended dictionary version of Getopt::Long River stage zero No dependents

Getopt::Class is a lightweight wrapper around Getopt::Long that implements the idea of class of properties and makes it easier and powerful to set up Getopt::Long. This module is particularly useful if you want to provide several sets of options for ...

JDEGUEST/Getopt-Class-v1.0.0 - 22 Feb 2024 19:01:56 UTC

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

SVN::S4::Getopt - Get Subversion command line options River stage zero No dependents

The SVN::S4::Getopt package provides standardized handling of global options for the front of svn commands. $opt = SVN::S4::Getopt->new ( *opts* ) Create a new Getopt....

WSNYDER/SVN-S4-1.066 - 24 Jul 2017 14:03:19 UTC

Getopt::EX::RPN - RPN calculation module for Getopt::EX command option River stage one • 2 direct dependents • 2 total dependents

Getopt::EX::RPN is a wrapper for Math::RPN package which implement Reverse Polish Notation calculation. rpn_calc function in this package takes additional "HEIGHT" and "WIDTH" token which describe terminal height and width. rpn_calc recognize followi...

UTASHIRO/Getopt-EX-RPN-0.01 - 28 Sep 2022 15:35:20 UTC

Getopt-Euclid/lib/Getopt/Euclid.pm River stage two • 21 direct dependents • 23 total dependents

BIGPRESH/Getopt-Euclid-0.4.6 - 28 Jun 2023 09:23:48 UTC

lib/Getopt/toHash.pm River stage zero No dependents

AMMODULES/Getopt-toHash-1.01 - 11 Feb 2018 22:41:44 UTC

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

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

Tiny.pm River stage zero No dependents

MUIR/Getopt-Tiny-1.02 - 13 Oct 2002 02:52:00 UTC

lib/Getopt/Module.pm River stage zero No dependents

CHOCOLATE/Getopt-Module-v1.0.0 - 25 Nov 2020 23:40:38 UTC

Getopt::CommandLineExports - Allow suroutines within a script to export comand line options with bash auto completion River stage one • 3 direct dependents • 3 total dependents

RHAXTON/Getopt-CommandLineExports-0.04 - 19 Jul 2012 03:17:20 UTC

lib/MouseX/Getopt.pm River stage one • 3 direct dependents • 4 total dependents

This is a role which provides an alternate constructor for creating objects using parameters passed in from the command line. This module attempts to DWIM as much as possible with the command line params by introspecting your class's attributes. It w...

GFUJI/MouseX-Getopt-0.38 - 26 Jan 2019 03:39:23 UTC

Tabular.pm River stage one • 1 direct dependent • 1 total dependent

GWARD/Getopt-Tabular-0.3 - 08 Apr 1999 01:30:58 UTC

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

Getopt::EX::Func - Function call interface River stage two • 9 direct dependents • 10 total dependents

This module provides the way to create function call object used in Getopt::EX module set. If your script has --begin option which tells the script to call specific function at the beginning of execution. You can do it like this: use Getopt::EX::Func...

UTASHIRO/Getopt-EX-2.1.6 - 20 Dec 2023 12:45:15 UTC

Getopt::EX::i18n - General i18n module River stage zero No dependents

This module i18n provide an easy way to set locale environment before executing arbitrary command. Locale list is taken from the system by "locale -a" command. Next list is a sample locales available on macOS 10.15 (Catalina). af_ZA Afrikaans / South...

UTASHIRO/Getopt-EX-i18n-0.09 - 04 Jul 2021 07:38:15 UTC

Getopt::EX::debug - Getopt::EX debug module River stage zero No dependents

Enable Getopt::EX debug mode....

UTASHIRO/Getopt-EX-debug-1.01 - 14 Feb 2022 09:08:14 UTC

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

Getopt::Std::Dump - Run a Getopt::Std-based script but only to dump the spec River stage one • 3 direct dependents • 6 total dependents

PERLANCAR/Getopt-Std-Dump-0.001 - 01 Nov 2016 06:02:12 UTC

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

AppConfig::Getopt - Perl5 module for processing command line arguments via delegation to Getopt::Long. River stage two • 12 direct dependents • 51 total dependents

USING THE AppConfig::Getopt MODULE To import and use the AppConfig::Getopt module the following line should appear in your Perl script: use AppConfig::Getopt; AppConfig::Getopt is used automatically if you use the AppConfig module and create an AppCo...

NEILB/AppConfig-1.71 - 01 Mar 2015 22:37:38 UTC

Getopt::Std::Util - Utilities for Getopt::Std River stage one • 2 direct dependents • 7 total dependents

PERLANCAR/Getopt-Std-Util-0.001 - 01 Nov 2016 06:02:23 UTC

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

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

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

Getopt::EX::Module - RC/Module data container River stage two • 9 direct dependents • 10 total dependents

This module is usually used from Getopt::EX::Loader, and keeps all data about loaded rc file or module. MODULE After user defined module was loaded, subroutine "initialize" is called if it exists in the module. At this time, container object is passe...

UTASHIRO/Getopt-EX-2.1.6 - 20 Dec 2023 12:45:15 UTC

Getopt::Flex::Spec - Getopt::Flex's way of handling an option spec River stage zero No dependents

This class is only meant to be used by Getopt::Flex and should not be used directly....

RPKELLY/Getopt-Flex-1.07 - 15 Mar 2011 02:03:47 UTC

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

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

Getopt::EX::Hashed - Hash store object automation for Getopt::Long River stage two • 8 direct dependents • 13 total dependents

Getopt::EX::Hashed is a module to automate a hash object to store command line option values for Getopt::Long and compatible modules including Getopt::EX::Long. Module name shares Getopt::EX prefix, but it works independently from other modules in Ge...

UTASHIRO/Getopt-EX-Hashed-1.0601 - 30 Apr 2024 02:13:03 UTC

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

Getopt::EX::Loader - RC/Module loader River stage two • 9 direct dependents • 10 total dependents

This is the main interface to use Getopt::EX modules. You can create loader object, load user defined rc file, load modules specified by command arguments, substitute user defined option and insert default options defined in rc file or modules, get m...

UTASHIRO/Getopt-EX-2.1.6 - 20 Dec 2023 12:45:15 UTC

Getopt::Param::Tiny - Subset of Getopt::Param functionality with smaller memory footprint River stage zero No dependents

Like Getopt::Param but using a simple hash based object instead of Class::Std, no localization for single error message, and only supplying the single, flexible, param() method....

DMUEY/Getopt-Param-Tiny-0.5 - 26 Jun 2008 02:36:18 UTC

Getopt::EX::Numbers - module to handle number parameters River stage two • 9 direct dependents • 10 total dependents

UTASHIRO/Getopt-EX-2.1.6 - 20 Dec 2023 12:45:15 UTC
250 results (0.036 seconds)