summaryrefslogtreecommitdiffstats
path: root/perl/perl-IO-Tty/README
blob: 36d395c6c8313e6352605cb002a98bdc5143119c (plain)
1
2
3
4
5
6
7
8
9
10
perl-IO-Tty (Pseudo TTY object class)

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.