IO::Pty

IO::Pty is a pseudo TTY object class.
Download

IO::Pty Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Roland Giersig
  • Publisher web site:
  • http://search.cpan.org/~rgiersig/

IO::Pty Tags


IO::Pty Description

IO::Pty is a pseudo TTY object class. IO::Pty is a pseudo TTY object class.SYNOPSIS use IO::Pty; $pty = new IO::Pty; $slave = $pty->slave; foreach $val (1..10) { print $pty "$valn"; $_ = ; print "$_"; } close($slave);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-dependend. If you have problems, see IO::Tty for help. Requirements: · Perl


IO::Pty Related Software