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:Term::Prompt"

Term::Prompt - Perl extension for prompting a user for information River stage two • 17 direct dependents • 20 total dependents

This main function of this module is to accept interactive input. You specify the type of inputs allowed, a prompt, help text and defaults and it will deal with the user interface, (and the user!), by displaying the prompt, showing the default, and c...

PERSICOM/Term-Prompt-1.04 - 04 Jul 2007 02:07:38 UTC

lib/Term/RouterCLI/Prompt.pm River stage zero No dependents

JORDAN/Term-RouterCLI-1.00 - 08 Nov 2012 03:17:26 UTC

Term::UI - Term::ReadLine UI made easy River stage three • 11 direct dependents • 734 total dependents

"Term::UI" is a transparent way of eliminating the overhead of having to format a question and then validate the reply, informing the user if the answer was not proper and re-issuing the question. Simply give it the question you want to ask, optional...

BINGOS/Term-UI-0.50 - 06 Aug 2021 16:55:59 UTC

Term::CLI - CLI interpreter based on Term::ReadLine River stage zero No dependents

Implement an easy-to-use command line interpreter based on Term::ReadLine(3p). Although primarily aimed at use with the Term::ReadLine::Gnu(3p) implementation, it also supports Term::ReadLine::Perl(3p). First-time users may want to read Term::CLI::Tu...

SBAKKER/Term-CLI-0.059000 - 14 Jan 2024 22:19:02 UTC

Term::Form - Read lines from STDIN. River stage one • 2 direct dependents • 2 total dependents

"fill_form" reads a list of lines from STDIN. To close the form and get the modified list (reference to an array of arrays) as a return value, select the *confirm* menu item. If the *back* menu item is chosen instead to close the form, "fill_form" re...

KUERBIS/Term-Form-0.557 - 26 Apr 2024 15:06:10 UTC

Term::GDBUI - A fully-featured shell-like command line environment River stage zero No dependents

Term::GDBUI uses the history and autocompletion features of Term::ReadLine to present a sophisticated command-line interface to the user. It tries to make every feature you would expect to see in a fully interactive shell trivial to implement. You si...

BRONSON/GDBUI-0.84 - 03 May 2006 16:17:55 UTC

Term::Query - Table-driven query routine. River stage zero No dependents

query The query subroutine fulfills the need for a generalized question-response subroutine, with programmatic defaulting, validation, condition and error checking. Given *$prompt* and *$flags*, and possibly additional arguments, depending upon the c...

AKSTE/Term-Query-2.0 - 26 Aug 1997 09:22:38 UTC

Term::Shell - A simple command-line shell framework. River stage two • 14 direct dependents • 17 total dependents

Term::Shell lets you write simple command-line shells. All the boring details like command-line parsing, terminal handling, and tab completion are handled for you. The base class comes with two commands pre-defined: exit and help. To write a shell wi...

SHLOMIF/Term-Shell-0.13 - 21 Oct 2021 11:05:35 UTC

Term::Choose - Choose items from a list interactively. River stage one • 7 direct dependents • 8 total dependents

Choose interactively from a list of items. "Term::Choose" provides a functional interface ("SUBROUTINES") and an object-oriented interface ("METHODS")....

KUERBIS/Term-Choose-1.765 - 02 May 2024 15:36:15 UTC

Term::Visual - split-terminal user interface River stage one • 1 direct dependent • 1 total dependent

Term::Visual is a "visual" terminal interface for curses applications. It provides the split-screen interface you may have seen in console based IRC and MUD clients. Term::Visual uses the POE networking and multitasking framework to support concurren...

LUNARTEAR/Term-Visual-0.08 - 17 Oct 2007 23:51:23 UTC

Term::Sample - Finger printing of your keyboard typing River stage zero No dependents

Term::Sample implements simple typing analysis to find the "personality" in your typing. It uses Timer::HiRes and Win32::Console for best results. If it is not run on a Win32 system, it defaults to Term::ReadKey instead of Win32::Console. I'm not sur...

JBRYAN/Term-Sample-0.25 - 17 Sep 2000 03:12:58 UTC

Term::ShellUI - A fully-featured shell-like command line environment River stage one • 6 direct dependents • 8 total dependents

Term::ShellUI uses the history and autocompletion features of Term::ReadLine to present a sophisticated command-line interface to the user. It tries to make every feature that one would expect to see in a fully interactive shell trivial to implement....

BRONSON/Term-ShellUI-0.92 - 03 Feb 2012 18:14:11 UTC

Term::RawInput - A simple drop-in replacement for <STDIN> in scripts with the additional ability to capture and return the non-standard keys like 'End', 'Escape' [ESC], 'Insert', etc. River stage one • 1 direct dependent • 2 total dependents

I needed a ridiculously simple function that behaved exactly like $input=<STDIN> in scripts, that captured user input and and populated a variable with a resulting string. BUT - I also wanted to use other KEYS like DELETE and the RIGHT ARROW key and ...

REEDFISH/Term-RawInput-1.25 - 28 May 2023 23:18:36 UTC

Term::Gnuplot - lowlevel graphics using gnuplot drawing routines. River stage zero No dependents

Below I include the contents of the file term/README from gnuplot distribution (see "gnuplot term/README"). It explains the meaning of the methods of "SYNOPSIS". All methods are supported under Perl, the "options" method is available as set_options()...

ILYAZ/Term-Gnuplot-0.90380906 - 01 Aug 2018 12:13:22 UTC

Term::EditLine - Perl interface to the NetBSD editline library River stage one • 1 direct dependent • 1 total dependent

Term::EditLine is a compiled module, which provides an object oriented interface to the NetBSD editline library. Since editline supports readline and history functions this module is almost a full replacement for the Term::ReadLine module even though...

PLICEASE/Term-EditLine-0.11 - 21 Mar 2017 20:24:27 UTC

Term::ANSIMenu - An infrastructure for creating menus in ANSI capable terminals River stage zero No dependents

I wrote this mainly to make live easy on those staff members to whom I delegate tasks. Most of them prefer to use a menu instead of having to type complicated commands. To them it's a faster and safer way of working (we all know about typos don't we....

JADEV/Term-ANSIMenu-0.02 - 22 Apr 2003 10:44:25 UTC

Term::Interact - Interactively Get Validated Data River stage zero No dependents

Term::Interact enables you to interactively get validated data from a user. This is accomplished via a *simple* API, wherein you specify various parameters for prompting the user, as well as "checks" with which gotten data will be validated....

PRL/Term-Interact-0.50 - 10 Jan 2009 22:34:02 UTC

Term::ReadLine - Perl interface to various readline packages. If no real package is found, substitutes stubs instead of basic functions. River stage four • 96 direct dependents • 1302 total dependents

This package is just a front end to some other packages. It's a stub to set up a common interface to the various ReadLine implementations found on CPAN (under the "Term::ReadLine::*" namespace)....

FLORA/Term-ReadLine-1.14 - 07 Sep 2013 14:36:35 UTC

Term::ANSIColor - Color screen output using ANSI escape sequences River stage four • 282 direct dependents • 1629 total dependents

This module has two interfaces, one through color() and colored() and the other through constants. It also offers the utility functions uncolor(), colorstrip(), colorvalid(), and coloralias(), which have to be explicitly imported to be used (see "SYN...

RRA/Term-ANSIColor-5.01 - 18 Jan 2020 03:23:12 UTC

Term::Completion - read one line of user input, with convenience functions River stage one • 1 direct dependent • 2 total dependents

Term::Completion is an extensible, highly configurable replacement for the venerable Term::Complete package. It is object-oriented and thus allows subclassing. Two derived classes are Term::Completion::Multi and Term::Completion::Path. A prompt is pr...

MAREKR/Term-Completion-1.02 - 03 Jan 2024 21:57:25 UTC
52 results (0.037 seconds)