in reply to IO::Pty, Net::Telnet and SSH [SOLVED]
Looks like all I had to do was:
$pty->make_slave_controlling_terminal();
.. after calling $tty = $pty->slave.
Hope it helps somebody else in the same situation!
Thanks to all who replied and offered help. I appreciate it!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: IO::Pty, Net::Telnet and SSH [SOLVED]
by Anonymous Monk on Apr 03, 2008 at 16:03 UTC | |
|
Re^2: IO::Pty, Net::Telnet and SSH [SOLVED]
by Anonymous Monk on Oct 27, 2008 at 01:45 UTC | |
|
Re^2: IO::Pty, Net::Telnet and SSH [SOLVED]
by Anonymous Monk on Feb 02, 2010 at 14:12 UTC | |
|
Re^2: IO::Pty, Net::Telnet and SSH [SOLVED]
by Anonymous Monk on Jun 09, 2010 at 16:21 UTC | |
by Anonymous Monk on Sep 29, 2010 at 15:33 UTC | |
|
Re^2: IO::Pty, Net::Telnet and SSH [SOLVED]
by Anonymous Monk on Feb 22, 2011 at 01:25 UTC |