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-Auto"

Fsdb - a flat-text database for shell scripting River stage zero No dependents

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC - Search in distribution

sdif - side-by-side diff viewer for ANSI terminal River stage one • 3 direct dependents • 3 total dependents

sdif is inspired by the System V sdiff(1) command. The basic feature of sdif is making a side-by-side listing of two different files. All contents of two files are listed on left and right sides. Center column is used to indicate how different those ...

UTASHIRO/App-sdif-4.3301 - 27 Mar 2024 06:50:34 UTC - Search in distribution

Argv - Provide an OO interface to an arg vector River stage one • 3 direct dependents • 4 total dependents

An Argv object treats a command line as 3 separate entities: the *program*, the *options*, and the *args*. The *options* may be further subdivided into user-defined *option sets* by use of the "optset" method. When one of the *execution methods* is c...

DSB/Argv-1.28 - 13 May 2013 15:01:11 UTC - Search in distribution

bisect.pl - use git bisect to pinpoint changes River stage five • 11693 direct dependents • 33184 total dependents

Together bisect.pl and bisect-runner.pl attempt to automate the use of "git bisect" as much as possible. With one command (and no other files) it's easy to find out * Which commit caused this example code to break? * Which commit caused this example ...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

greple - extensible grep with lexical expression and region control River stage two • 12 direct dependents • 14 total dependents

MULTIPLE KEYWORDS AND greple can take multiple search patterns with the "-e" option, but unlike the egrep(1) command, it will search them in AND context. For example, the next command print lines those containing all of "foo" and "bar" and "baz". gre...

UTASHIRO/App-Greple-9.12 - 26 Mar 2024 15:46:25 UTC - Search in distribution

McBain - Framework for building portable, auto-validating and self-documenting APIs River stage one • 3 direct dependents • 3 total dependents

"McBain" is a framework for building powerful APIs and applications. Writing an API with "McBain" provides the following benefits: * Lightweight-ness "McBain" is extremely lightweight, with minimal dependencies on non-core modules; only two packages;...

IDOPEREL/McBain-2.001000 - 05 Jan 2015 18:30:32 UTC - Search in distribution

App::Options - Combine command line options, environment vars, and option file values (for program configuration) River stage two • 8 direct dependents • 13 total dependents

App::Options combines command-line arguments, environment variables, option files, and program defaults to produce a hash of option values....

SPADKINS/App-Options-1.12 - 12 Oct 2010 15:50:14 UTC - Search in distribution

Locale::Maketext - framework for localization River stage three • 29 direct dependents • 119 total dependents

It is a common feature of applications (whether run directly, or via the Web) for them to be "localized" -- i.e., for them to a present an English interface to an English-speaker, a German interface to a German-speaker, and so on for all languages it...

TODDR/Locale-Maketext-1.33 - 30 Dec 2023 21:23:51 UTC - Search in distribution

plxload - show what files a perl program loads at compile time River stage one • 1 direct dependent • 1 total dependent

This program is used to show what modules a program would load at compile time via "use". Because this installs an at-exit handler and then uses Perl's -c flag for compile only, it will not find modules loaded at run-time. Use the Devel::Loaded modul...

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC - Search in distribution

Applify - Write object oriented scripts with ease River stage one • 5 direct dependents • 5 total dependents

This module should keep all the noise away and let you write scripts very easily. These scripts can even be unit tested even though they are defined directly in the script file and not in a module....

JHTHORSEN/Applify-0.23 - 21 Apr 2022 02:23:25 UTC - Search in distribution

HTML::TextToHTML - convert plain text file to HTML. River stage one • 3 direct dependents • 4 total dependents

HTML::TextToHTML converts plain text files to HTML. The txt2html script uses this module to do the same from the command-line. It supports headings, tables, lists, simple character markup, and hyperlinking, and is highly customizable. It recognizes s...

RUBYKAT/txt2html-2.5201 - 21 May 2013 06:41:06 UTC - Search in distribution

Anki::Import - Anki note generation made easy. River stage zero No dependents

Inputting notes into Anki can be a tedious chore. "Anki::Import" lets you you generate Anki notes with your favorite text editor (e.g. vim, BBEdit, Atom, etc.) so you can enter formatted notes into Anki's database more efficiently. At a minimum, you ...

STEVIED/Anki-Import-0.030 - 21 Sep 2018 20:50:41 UTC - Search in distribution

Spreadsheet::WriteExcel::Examples - Spreadsheet::WriteExcel example programs. River stage two • 35 direct dependents • 49 total dependents

This is a documentation only module showing the examples that are included in the Spreadsheet::WriteExcel distribution. This file was auto-generated via the gen_examples_pod.pl program that is also included in the examples directory....

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC - Search in distribution

TIGR::Foundation - TIGR Foundation object River stage zero No dependents

This module defines a structure for Perl programs to utilize logging, version reporting, and dependency checking in a simple way....

JORVIS/TIGR-0.03 - 07 Sep 2017 01:24:38 UTC - Search in distribution

LaTeXML::Common::Config - Configuration logic for LaTeXML River stage one • 2 direct dependents • 2 total dependents

Configuration management class for LaTeXML options. * Responsible for defining the options interface and parsing the usual Perl command-line options syntax * Provides the intuitive getters, setters, as well as hash methods for manipulating the option...

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC - Search in distribution

CLI::Popt - Parse CLI parameters via popt(3) River stage zero No dependents

Getopt::Long is nice, but its inability to auto-generate help & usage text requires you to duplicate data between your code and your script’s documentation. popt(3) remedies that problem. This module makes that solution available to Perl. POD ERRORS ...

FELIPE/CLI-Popt-0.01 - 21 Nov 2022 00:42:14 UTC - Search in distribution

CLI::Startup - Simple initialization for command-line scripts River stage zero No dependents

Good command-line scripts always support command-line options using Getopt::Long, and *should* support default configuration in a file in a standard format like YAML, JSON, XML, INI, etc. At minimum it should include a "--help" option that explains t...

BUDNEY/CLI-Startup-0.29 - 07 Jul 2020 16:00:43 UTC - Search in distribution

App::Easer::V2 - Simplify writing (hierarchical) CLI applications River stage zero No dependents

NOTE: THIS DOCUMENT HAS TO BE REVIEWED TO MAKE IT EXPLICIT THAT IT REFERS TO VERSION 2 OF THE API. App::Easer::V2 provides the scaffolding for implementing hierarchical command-line applications in a very fast way. This is Version 2 of the provided A...

POLETTIX/App-Easer-2.006 - 05 Jan 2023 07:04:10 UTC - Search in distribution

Config::Find - Find configuration files in the native OS fashion River stage two • 5 direct dependents • 48 total dependents

Every OS has different rules for configuration files placement, this module allows one to easily find and create your app configuration files following those rules. Config::Find references configuration files by the application name or by the applica...

SALVA/Config-Find-0.31 - 26 May 2015 11:44:07 UTC - Search in distribution

CGI::Validate - Advanced CGI form parser and type validation River stage zero No dependents

Basicly a blending of the CGI and Getopt::Long modules, and requires the CGI module to function. The basic concept of this module is to combine the best features of the CGI and Getopt::Long modules. The CGI module is great for parsing, building, and ...

ZENIN/CGI-Validate-2.000 - 28 May 1998 10:58:19 UTC - Search in distribution
53 results (0.125 seconds)