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

Search results for "module:IO::Interactive"

IO::Interactive - Utilities for interactive I/O River stage three • 45 direct dependents • 574 total dependents

This module provides three utility subroutines that make it easier to develop interactive applications. The "ARGV" filehandle, the one that "<>" or an empty "readline()" uses, has various magic associated with it. It's not actually opened until you t...

BDFOY/IO-Interactive-1.025 - 05 Jul 2023 15:03:42 UTC

lib/IO/Interactive/Tiny.pm River stage two • 9 direct dependents • 33 total dependents

DMUEY/IO-Interactive-Tiny-0.2 - 22 Nov 2011 21:53:35 UTC

IO::AIO - Asynchronous/Advanced Input/Output River stage two • 13 direct dependents • 18 total dependents

This module implements asynchronous I/O using whatever means your operating system supports. It is implemented as an interface to "libeio" (<http://software.schmorp.de/pkg/libeio.html>). Asynchronous means that operations that can normally block your...

MLEHMANN/IO-AIO-4.81 - 20 Feb 2024 06:41:07 UTC

IO::Pty::HalfDuplex - Treat interactive programs like subroutines River stage zero No dependents

"IO::Pty::HalfDuplex" is designed to perform impedence matching between driving programs which expect commands and responses, and driven programs which use a terminal in full-duplex mode. In this vein it is somewhat like *expect*, but less general an...

SOREAR/IO-Pty-HalfDuplex-0.02 - 18 Jun 2009 03:19:09 UTC

IO::LCDproc - Perl extension to connect to an LCDproc ready display. River stage zero No dependents

Follow the example above. Pretty straight forward. You create a client, assign a screen, add widgets, and then set the widgets. IO::LCDproc::Client It is the back engine of the module. It generates the connection to a ready listening server. METHODS ...

JCMULLER/IO-LCDproc-0.037 - 03 Oct 2010 20:55:30 UTC

DBIx::IO::Table - Objectified abstract of a database table River stage one • 3 direct dependents • 3 total dependents

This class is useful for handling db I/O for a particular table. You create the object, associate a row with the object, then update, insert, view or delete the corresponding record in the table. Qualifying the values is done automatically according ...

RSANDBERG/DBIx-IO-1.07 - 12 Jul 2008 03:48:01 UTC

IO::Pager::Perl - Page text a screenful at a time, like more or less River stage two • 6 direct dependents • 35 total dependents

This is a module for paging through text one screenful at a time. It supports the features you expect using the shortcuts you expect. IO::Pager::Perl is an enhanced fork of Term::Pager....

JPIERCE/IO-Pager-2.10 - 05 Nov 2020 00:03:29 UTC

IO::Storm::Bolt - The base class for all IO::Storm Bolts. River stage zero No dependents

DSBLANCH/IO-Storm-0.17 - 05 Mar 2015 19:59:26 UTC

IO::Storm::Spout - The base class for all IO::Storm Spout. River stage zero No dependents

DSBLANCH/IO-Storm-0.17 - 05 Mar 2015 19:59:26 UTC

IO::Prompt::Tiny - Prompt for user input with a default option River stage two • 10 direct dependents • 51 total dependents

This is an extremely simple prompting module, based on the extremely simple prompt offered by ExtUtils::MakeMaker.In many cases, that's all you need and this module gives it to you without all the overhead of ExtUtils::MakeMaker just to prompt for in...

DAGOLDEN/IO-Prompt-Tiny-0.003 - 30 Mar 2015 00:31:59 UTC

IO::Storm::Tuple - Storm's primitive data type passed around via streams. River stage zero No dependents

DSBLANCH/IO-Storm-0.17 - 05 Mar 2015 19:59:26 UTC

IO::Prompt::Hooked - Simple prompting with validation hooks. River stage one • 1 direct dependent • 1 total dependent

IO::Prompt::Tiny is a nice module to use for basic prompting. It properly detects interactive sessions, and since it's based on the "prompt()" routine from ExtUtils::MakeMaker, it's highly portable. But IO::Prompt::Tiny is intentionally minimal. Ofte...

DAVIDO/IO-Prompt-Hooked-0.10 - 26 Mar 2013 16:28:17 UTC

CAD::Drawing::IO::Tk - GUI I/O methods for CAD::Drawing River stage zero No dependents

EWILHELM/CAD-Drawing-IO-Tk-0.04 - 17 Mar 2006 18:35:54 UTC

MooseX::Storage::IO::File - A basic File I/O role River stage two • 38 direct dependents • 83 total dependents

ETHER/MooseX-Storage-0.53 - 18 Apr 2020 03:48:20 UTC

Promises::Deferred::IO::Async - IO::Async implementation of Promises River stage two • 19 direct dependents • 20 total dependents

Uses IO::Async as the async engine for the promises. The IO::Async::Loop loop used by default is the one given by "<IO::Async::Loop-"new>>. It can be queried and modified via the global variable $Promises::Deferred::IO::Async::Loop....

YANICK/Promises-1.04 - 23 Feb 2020 16:24:13 UTC

Bencher::Scenario::CBlocks::IO - Benchmark I/O performance of C::Blocks River stage one • 1 direct dependent • 1 total dependent

Each code reads a 100k-line file, line by line. Some lines (10% of them) contains "Fred" which will be substituted with "Barney". The lines are written back to another file. Packaging a benchmark script as a Bencher scenario makes it convenient to in...

PERLANCAR/Bencher-Scenarios-CBlocks-0.003 - 03 Jul 2017 15:20:10 UTC

IO::Socket::Telnet::HalfDuplex - more reliable telnet communication River stage zero No dependents

A common issue when communicating over a network is deciding when input is done being received. If the communication is a fixed protocol, the protocol should define this clearly, but this isn't always the case; in particular, interactive telnet sessi...

DOY/IO-Socket-Telnet-HalfDuplex-0.02 - 30 Jun 2009 23:23:32 UTC

MooseX::Storage::IO::AtomicFile - An Atomic File I/O role River stage two • 38 direct dependents • 83 total dependents

ETHER/MooseX-Storage-0.53 - 18 Apr 2020 03:48:20 UTC

MooseX::Storage::Engine::IO::File - The actual file storage mechanism. River stage two • 38 direct dependents • 83 total dependents

This provides the actual means to store data to a file....

ETHER/MooseX-Storage-0.53 - 18 Apr 2020 03:48:20 UTC

MooseX::Storage::IO::StorableFile - An Storable File I/O role River stage two • 38 direct dependents • 83 total dependents

This module will "load" and "store" Moose classes using Storable. It uses "Storable::nstore" by default so that it can be easily used across machines or just locally. One important thing to note is that this module does not mix well with the other Fo...

ETHER/MooseX-Storage-0.53 - 18 Apr 2020 03:48:20 UTC
21 results (0.105 seconds)