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

Search results for "module:Term"

Term::Sk - Perl extension for displaying a progress indicator on a terminal. River stage one • 2 direct dependents • 7 total dependents

Format strings The first parameter to new() is the format string which contains the following special characters: characters '%d' a revolving dash, format '/-\|' characters '%t' time elapsed, format 'hh:mm:ss' characters '%b' progress bar, format '##...

KEICHNER/Term-Sk-0.18 - 01 Nov 2015 18:55:10 UTC

Term::UI - Term::ReadLine UI made easy River stage three • 12 direct dependents • 724 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::hr - define a thematic change in the content of a terminal session River stage zero No dependents

Term::hr exports a single function into the callers namespace, "hr". It exposes a feature very similar to the HTML <hr> tag; a simple way to define a thematic change in content. It gives you a way to divide output into sections when you or your progr...

WOLDRICH/Term-hr-0.002 - 08 May 2022 12:51:46 UTC

Term::Cap - Perl termcap interface River stage two • 11 direct dependents • 28 total dependents

These are low-level functions to extract and use capabilities from a terminal capability (termcap) database. More information on the terminal capabilities will be found in the termcap manpage on most Unix-like systems. METHODS The output strings for ...

JSTOWE/Term-Cap-1.18 - 10 Feb 2023 12:55:34 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

Pod::Term - Yet another POD Parser for terminal (ie command line) output River stage zero No dependents

Despite the plethora of Pod parsing modules on CPAN I couldn't seem to coax any into meeting my presentation requirements for pod printed at the terminal. I never anticipated getting diverted onto writing a full-blown POD parser, but that is what end...

TOMGRACEY/Pod-Term-0.02 - 02 May 2018 13:55:24 UTC

Zing::Term - Resource Representation River stage one • 7 direct dependents • 7 total dependents

This package provides a mechanism for generating and validating (global and local) resource identifiers....

AWNCORP/Zing-0.27 - 12 Feb 2021 17:41:40 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::Caca - perl interface for libcaca (Colour AsCii Art library) River stage zero No dependents

"Term::Caca" is an API for the ASCII drawing library *libcaca*. This version of "Term::Caca" is compatible with the *1.x* version of the libcaca library (development has been made against version 0.99.beta19 of the library)....

YANICK/Term-Caca-3.1.0 - 27 Jun 2019 17:36:51 UTC

Tree::Term - Create a parse tree from an array of terms representing an expression. River stage zero No dependents

Create a parse tree from an array of terms representing an expression. Version 20210724. The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Tree-Term-20210827 - 27 Aug 2021 08:09:28 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

Ucam::Term - return information about the start and end dates of terms (and a few related events) at the University of Cambridge, UK. River stage zero No dependents

The academic year at the University of Cambridge, UK, is divided into three *Terms* - *Michaelmas* (autumn), *Lent* (spring) and *Easter* (summer). The half-way point of each term is called the *Division of Term*. Three quarters of each Term is desig...

JWAR/Ucam-Term-3.00 - 12 Feb 2017 17:30:12 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::Emit - Print with indentation, status, and closure River stage zero No dependents

The "Term::Emit" package is used to print balanced and nested messages with a completion status. These messages indent easily within each other, autocomplete on scope exit, are easily parsed, may be bulleted, can be filtered, and even can show status...

ROSCIO/Term-Emit-0.0.4 - 12 Sep 2012 19:16:24 UTC

Term::Newt - Interface to the Newt text windowing library. River stage zero No dependents

This is an interface to the Newt text windowing library, which itself is built on top of S-Lang. *** THIS IS ALPHA SOFTWARE, USE AT YOUR OWN RISK. *** THERE IS NO DOCUMENTATION YET. *** THE INTERFACE MAY CHANGE!...

DANIEL/Term-Newt-0.01 - 09 Nov 1998 02:43:24 UTC

Term::Table - Format a header and rows into a table River stage four • 3 direct dependents • 6231 total dependents

This is used by some failing tests to provide diagnostics about what has gone wrong. This module is able to format rows of data into tables....

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

Term::VTerm - emulate a virtual terminal using libvterm River stage one • 1 direct dependent • 4 total dependents

PEVANS/Term-VTerm-0.08 - 17 Sep 2022 16:28:28 UTC

Term::Clear - `clear` the terminal via a perl function River stage one • 1 direct dependent • 1 total dependent

Perl function to replace "system("clear")"....

DMUEY/Term-Clear-0.01 - 21 Jan 2020 15:39: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
387 results (0.058 seconds)