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

Search results for "module:Term::ReadKey"

Term::Size::ReadKey - Retrieve terminal size (via Term::ReadKey) River stage zero No dependents

Yet another implementation of "Term::Size". Now using "Term::ReadKey" to do the hard work. FUNCTIONS chars ($columns, $rows) = chars($h); $columns = chars($h); "chars" returns the terminal size in units of characters corresponding to the given fileha...

FERREIRA/Term-Size-ReadKey-0.03 - 28 Feb 2008 13:32:08 UTC

Term::ReadKey - A perl module for simple terminal control River stage four • 168 direct dependents • 1608 total dependents

Term::ReadKey is a compiled perl module dedicated to providing simple control over terminal driver modes (cbreak, raw, cooked, etc.,) support for non-blocking reads, if the architecture allows, and some generalized handy functions for working with te...

JSTOWE/TermReadKey-2.38 - 05 Jan 2019 11:57:09 UTC

Term::Getch - A simple alternate ReadKey()-like interface for MSWin32 River stage zero No dependents

This module is for all those Win32 users who can't get Term::ReadKey to work with ActiveState's Perl. I don't know if anybody else can, or can't get it to work, but I know I had a heck of a time today trying to get Term::ReadKey to work. So, finally,...

JBRYAN/Term-Getch-0.20 - 16 Sep 2000 02:17:57 UTC

Term::InKey - Perl extension for clearing the screen and receiving a keystroke. River stage zero No dependents

This module implements Clear() to clear screen and ReadKey() to receive a keystroke, on UNIX and Win32 platforms. As opposed to Term::ReadKey, it does not contain XSUB code and can be easily installed on Windows boxes....

RAZINF/Term-InKey-1.04 - 11 Dec 2004 13:14:11 UTC

Term::InKey - Perl extension for clearing the screen and receiving a keystroke. River stage zero No dependents

This module implements Clear() to clear screen and ReadKey() to receive a keystroke, on UNIX and Win32 platforms. As opposed to Term::ReadKey, it does not contain XSUB code and can be easily installed on Windows boxes....

RAZINF/Term-InKey-1.04 - 11 Dec 2004 13:14:11 UTC

Term::Completion::_readkey - utility package for Term::Completion using Term::ReadKey River stage one • 1 direct dependent • 2 total dependents

This utility package contains few methods that are required for Term::Completion to put the terminal in "raw" mode and back. This package uses Term::ReadKey to accomplish this, which should be portable across many systems. Methods set_raw_tty() Uses ...

MAREKR/Term-Completion-1.02 - 03 Jan 2024 21:57:25 UTC

Term::Size - Retrieve terminal size on Unix River stage three • 24 direct dependents • 121 total dependents

Term::Size is a Perl module which provides a straightforward way to retrieve the terminal size. Both functions take an optional filehandle argument, which defaults to *STDIN{IO}. They both return a list of two values, which are the current width and ...

FERREIRA/Term-Size-0.211 - 14 Jan 2021 19:08:25 UTC

Term::Clui - Perl module offering a Command-Line User Interface River stage one • 4 direct dependents • 5 total dependents

Term::Clui offers a high-level user interface to give the user of command-line applications a consistent "look and feel". Its metaphor for the computer is as a human-like conversation-partner, and as each question/response is completed it is summaris...

PLICEASE/Term-Clui-1.76 - 28 Oct 2019 10:16:57 UTC

Term::GetKey - A perl module for quick easy simple key control River stage zero No dependents

This module changes the settings of Term::ReadKey using the `\' as a toggle key. qtty() makes a single character request to Term::ReadKey which is esential for the functionality of this module. `|' toggles the case of the output character to UPPERCas...

BARRYP/LibTerm-GetKey-1.02 - 13 Feb 2003 03:39:20 UTC

Term::Prompt - Perl extension for prompting a user for information River stage two • 16 direct dependents • 19 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

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.764 - 20 Apr 2024 14:34:17 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::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::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::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::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

Term::Size::Perl - Perl extension for retrieving terminal size (Perl version) River stage two • 2 direct dependents • 51 total dependents

Yet another implementation of "Term::Size". Now in pure Perl, with the exception of a C probe run on build time. FUNCTIONS chars ($columns, $rows) = chars($h); $columns = chars($h); "chars" returns the terminal size in units of characters correspondi...

FERREIRA/Term-Size-Perl-0.031 - 14 Feb 2018 19:11:44 UTC

Term::Table::Util - Utilities for Term::Table. River stage four • 3 direct dependents • 6231 total dependents

This package exports some tools used by Term::Table....

EXODIST/Term-Table-0.018 - 23 Oct 2023 04:56:28 UTC

Term::Graille::Interact - Allows user interaction in Graille Applications (or perhaps on any pterminal application). Depends on Term::ReadKey and Time::HiRes; When integrated with Term::Graille::Menu allows a modal drop down menu that can be navigated using key presses. River stage zero No dependents

SAIFTYNET/Term-Graille-0.10 - 04 Dec 2022 17:49:00 UTC

Term::CLI::ReadLine - Term::ReadLine compatibility layer for Term::CLI River stage zero No dependents

This class provides a compatibility layer between Term::ReadLine(3p) and Term::CLI(3p). If Term::ReadLine::Gnu(3p) is not loaded as the "Term::ReadLine" implementation, this class will compensate for the lack of certain functions by replacing or wrap...

SBAKKER/Term-CLI-0.059000 - 14 Jan 2024 22:19:02 UTC
24 results (0.047 seconds)