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

Search results for "module:IO::Tty"

IO::Tty - Low-level allocate a pseudo-Tty, import constants. River stage four • 34 direct dependents • 2422 total dependents

"IO::Tty" is used internally by "IO::Pty" to create a pseudo-tty. You wouldn't want to use it directly except to import constants, use "IO::Pty". For a list of importable constants, see IO::Tty::Constant. Windows is now supported, but ONLY under the ...

TODDR/IO-Tty-1.20 - 28 Dec 2023 17:58:49 UTC

IO::Tty::Util - Perl bindings for libutil.so tty utility functions River stage zero No dependents

IO::Tty::Util provides basic Perl bindings to the "openpty" and "login_tty" functions found in "libutil.so" and provides a Perl implementation of the "forkpty" function....

PATL/IO-Tty-Util-0.03 - 19 Feb 2007 01:06:31 UTC

IO::Pty - Pseudo TTY object class River stage four • 34 direct dependents • 2422 total dependents

"IO::Pty" provides an interface to allow the creation of a pseudo tty. "IO::Pty" inherits from "IO::Handle" and so provide all the methods defined by the "IO::Handle" package. Please note that pty creation is very system-dependent. If you have proble...

TODDR/IO-Tty-1.20 - 28 Dec 2023 17:58:49 UTC

IO::Page - Pipe STDOUT to a pager if STDOUT is a TTY River stage two • 3 direct dependents • 26 total dependents

IO::Page is designed to programmaticly decide whether or not to point the STDOUT file handle into a pipe to program specified in $ENV{PAGER} or one of a standard list of pagers....

RMITZ/io-page-0.02 - 13 Dec 2000 17:32:40 UTC

IO::Pager - Select a pager (possibly perl-based) & pipe it text if a TTY River stage two • 6 direct dependents • 35 total dependents

IO::Pager can be used to locate an available pager and set the *PAGER* environment variable (see "NOTES"). It is also a factory for creating I/O objects such as IO::Pager::Buffered and IO::Pager::Unbuffered. IO::Pager subclasses are designed to progr...

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

IO::Pager::less - No pager? Pipe output to Perl-based pager a TTY River stage two • 6 direct dependents • 35 total dependents

IO::Pager::less is a simple, extensible, perl-based pager....

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

IO::Pager::Page - Emulate IO::Page, pipe STDOUT to a pager if STDOUT is a TTY River stage two • 6 direct dependents • 35 total dependents

IO::Pager was designed to programmatically decide whether or not to point the STDOUT file handle into a pipe to program specified in the *PAGER* environment variable or one of a standard list of pagers....

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

IO::Stty - Change and print terminal line settings River stage two • 11 direct dependents • 12 total dependents

This is the PERL POSIX compliant stty....

TODDR/IO-Stty-0.04 - 19 Jan 2020 02:29:01 UTC

IO::Pager::Buffered - Pipe deferred output to PAGER if destination is a TTY River stage two • 6 direct dependents • 35 total dependents

IO::Pager subclasses are designed to programmatically decide whether or not to pipe a filehandle's output to a program specified in *PAGER*; determined and set by IO::Pager at runtime if not yet defined. This subclass buffers all output for display u...

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

IO::Prompt - Interactively prompt for user input River stage two • 27 direct dependents • 38 total dependents

By default, this module exports a single function "prompt". It prompts the user to enter some input, and returns an object that represents the user input. You may specify various flags to the function to affect its behaviour; most notably, it default...

DCONWAY/IO-Prompt-0.997004 - 24 Nov 2016 22:03:55 UTC

IO::Stream - ease non-blocking I/O streams based on EV River stage one • 8 direct dependents • 9 total dependents

Non-blocking event-based low-level I/O is hard to get right. Code usually error-prone and complex... and it very similar in all applications. Things become much worse when you need to alter I/O stream in some way - use proxies, encryption, SSL, etc. ...

POWERMAN/IO-Stream-v2.0.3 - 03 Apr 2018 16:10:11 UTC

IO::Termios - supply termios(3) methods to IO::Handle objects River stage one • 6 direct dependents • 7 total dependents

This class extends the generic "IO::Handle" object class by providing methods which access the system's terminal control termios(3) operations. These methods are primarily of interest when dealing with TTY devices, including serial ports. The flag-se...

PEVANS/IO-Termios-0.09 - 03 Sep 2020 21:58:41 UTC

IO::Pager::Unbuffered - Pipe output to PAGER if destination is a TTY River stage two • 6 direct dependents • 35 total dependents

IO::Pager subclasses are designed to programmatically decide whether or not to pipe a filehandle's output to a program specified in *PAGER*; determined and set by IO::Pager at runtime if not yet defined. See IO::Pager for method details....

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

IO::Async::Stream - event callbacks and write bufering for a stream filehandle River stage three • 115 direct dependents • 145 total dependents

This subclass of IO::Async::Handle contains a filehandle that represents a byte-stream. It provides buffering for both incoming and outgoing data. It invokes the "on_read" handler when new data is read from the filehandle. Data may be written to the ...

PEVANS/IO-Async-0.803 - 29 Jan 2024 20:40:58 UTC
14 results (0.025 seconds)