mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
c789f6800b
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
8 lines
322 B
Text
8 lines
322 B
Text
IO::Tty - Perl extension that provides an interface to allow the
|
|
creation of a pseudo tty.
|
|
|
|
IO::Tty is used internally by IO::Pty to create a pseudo-tty. Do not use
|
|
it directly except to import constants, use IO::Pty.
|
|
|
|
IO::Pty inherits from IO::Handle and so provides all the methods defined
|
|
by the IO::Handle package.
|