Search results for "Term::UI"
Term::UI - Term::ReadLine UI made easy
"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 - Search in distribution- Term::UI::History - history function
Term::ShellUI - A fully-featured shell-like command line environment
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 - Search in distribution- Text::Shellwords::Cursor - Parse a string into tokens
UI::Various::RichTerm::Box - concrete implementation of UI::Various::Box
The documentation of this module is only intended for developers of the package itself....
DORNER/UI-Various-0.38 - 10 Jan 2023 12:23:37 UTC - Search in distribution- UI::Various::PoorTerm::Box - concrete implementation of UI::Various::Box
- UI::Various::PoorTerm::Text - concrete implementation of UI::Various::Text
- UI::Various::PoorTerm::base - abstract helper class for PoorTerm's UI elements
- 24 more results from UI-Various »
Config::Model::TermUI - Interactive command line interface for cme
This module provides a helper to construct pure ASCII user interface on top of Term::ReadLine. To get better interaction you must install either Term::ReadLine::Gnu or Term::ReadLine::Perl. Depending on your installation, either Term::ReadLine::Gnu o...
DDUMONT/Config-Model-2.152 - 28 Jul 2022 08:07:07 UTC - Search in distribution
Hailo::UI::ReadLine - A UI for Hailo using Term::ReadLine
Presents a ReadLine interface using Term::ReadLine, the Term::ReadLine::Gnu frontend will be used....
AVAR/Hailo-0.75 - 28 Nov 2018 11:10:30 UTC - Search in distribution
YAML - YAML Ain't Markup Language™
The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification. <http://www.yaml.org/spec/> YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structur...
TINITA/YAML-1.30 - 27 Jan 2020 22:10:33 UTC - Search in distribution
fetchware - Fetchware is a package manager for source code distributions.
Fetchware is a package manager for source code distributions. It takes advantage of the fact that coincidentially *most* source code distributions follow the same conventions. Most use FTP and HTTP mirrors. Most use AutoTools or at least just a few c...
DLY/App-Fetchware-1.016 - 07 Oct 2016 04:23:59 UTC - Search in distribution- App::Fetchware - App::Fetchware is Fetchware's API used to make extensions.
- App::FetchwareX::HTMLPageSync - An App::Fetchware extension that downloads files based on an HTML page.
ZOOM - Perl extension implementing the ZOOM API for Information Retrieval
This module provides a nice, Perlish implementation of the ZOOM Abstract API described and documented at http://zoom.z3950.org/api/ the ZOOM module is implemented as a set of thin classes on top of the non-OO functions provided by this distribution's...
MIRK/Net-Z3950-ZOOM-1.30 - 12 Mar 2014 14:17:01 UTC - Search in distribution
perl5120delta - what is new for perl v5.12.0
This document describes differences between the 5.10.0 release and the 5.12.0 release. Many of the bug fixes in 5.12.0 are already included in the 5.10.1 maintenance release. You can see the list of those changes in the 5.10.1 release notes (perl5101...
SHAY/perl-5.36.1 - 23 Apr 2023 15:22:26 UTC - Search in distribution- perl5120delta - what is new for perl v5.12.0
- perl5100delta - what is new for perl 5.10.0
- perl5100delta - what is new for perl 5.10.0
- 8 more results from perl »
Mac::Errors - constants for Mac error codes
The %MacErrors hash indexes error information by the error number or symbol. Each value is a "Mac::Errors" object which has the symbol, number, and description. The $MacError scalar performs some tied magic to translate MacPerl's $^E to the error tex...
BDFOY/Mac-Errors-1.192 - 20 Jun 2018 17:50:35 UTC - Search in distribution
Log::Log4perl::FAQ - Frequently Asked Questions on Log::Log4perl
This FAQ shows a wide variety of commonly encountered logging tasks and how to solve them in the most elegant way with Log::Log4perl. Most of the time, this will be just a matter of smartly configuring your Log::Log4perl configuration files. Why use ...
ETJ/Log-Log4perl-1.57 - 21 Oct 2022 16:47:36 UTC - Search in distribution
Perl::Dist::WiX - 4th generation Win32 Perl distribution builder
This package is the upgrade to Perl::Dist based on Windows Installer XML technology, instead of Inno Setup. Perl distributions built with this module have the option of being created as Windows Installer databases (otherwise known as .msi files)...
CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC - Search in distribution
Robotics::IRobot - provides interface to iRobot Roomba and Create robots
Robotics::IRobot provides an interface for controlling and accessing sensor data from iRobot robots that support the OI Interface. This module provides on object oriented interface to the robot and allows for both event-driven and polling-based readi...
RATLIFFM/Robotics-IRobot-0.14 - 26 Feb 2011 19:27:23 UTC - Search in distribution
Template::Pure - Perlish Port of pure.js and more
NOTE WARNING: Early access module. Although we have a lot of test cases and this is the third redo of the code I've not well tested certain features (such as using an object as a data context) and other parts such as the way we handle undefined value...
JJNAPIORK/Template-Pure-0.033 - 26 Jan 2017 17:46:07 UTC - Search in distribution
Template::Lace - Logic-less, strongly typed, and componentized HTML templates.
Template::Lace is a toolkit that makes it possible to bind HTML templates to plain old Perl classes as long as they provide a defined interface. These templates are fully HTML markup only; they contain no display logic, only valid HTML and component ...
JJNAPIORK/Template-Lace-0.017 - 05 Dec 2017 14:40:00 UTC - Search in distribution
Padre::Wx::Main - The main window for the Padre IDE
"Padre::Wx::Main" implements Padre's main window. It is the window containing the menus, the notebook with all opened tabs, the various sub-windows (outline, subs, output, errors, etc). It inherits from "Wx::Frame", so check Wx documentation to see a...
PLAVEN/Padre-1.00 - 09 Nov 2013 05:08:58 UTC - Search in distribution
md5_finddup.pl - find duplicate files in XML/md5 type files.
This script processes an XML/md5 type file and looks for duplicate MD5 sums (which, in high probability, indicate that the same files are involved...), and prints out the files which have the same MD5 sums. The user gets to select what to do with the...
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC - Search in distribution- md5_purge.pl - remove duplicated in a directory according to MD5 sums.
- ansicolor.pl - test the external Term::ANSIColor module.
- demo_readline.pl - demo Term::Readline capabilities.
WWW::Mechanize::Chrome - automate the Chrome browser
Like WWW::Mechanize, this module automates web browsing with a Perl object. Fetching and rendering of web pages is delegated to the Chrome (or Chromium) browser by starting an instance of the browser and controlling it with Chrome DevTools <https://d...
CORION/WWW-Mechanize-Chrome-0.71 - 22 Apr 2023 09:19:59 UTC - Search in distribution
SDL2::joystick - SDL Joystick Event Handling
The term "device_index" identifies currently plugged in joystick devices between 0 and "SDL_NumJoysticks( )", with the exact joystick behind a "device_index" changing as joysticks are plugged and unplugged. The term "instance_id" is the current insta...
SANKO/SDL2-FFI-0.08 - 29 Nov 2021 02:01:01 UTC - Search in distribution
App::AltSQL - A drop in replacement to the MySQL prompt with a pluggable Perl interface
AltSQL is a way to improve your user experience with "mysql", "sqlite3", "psql" and other tools that Perl has DBI drivers for. Currently written for MySQL only, the long term goal of this project is to provide users of the various SQL-based databases...
EWATERS/App-AltSQL-0.05 - 01 Jun 2012 16:57:23 UTC - Search in distribution