Description
Perl applications can work with terminals and pseudo-terminals through a dedicated interface. This is useful for terminal automation, test harnesses, shells, remote command tools, and programs that need interactive subprocesses.
It is a low-level terminal library. Applications using PTYs can capture or send interactive input, so credentials and terminal logs should be handled carefully.