in reply to Problem with IO::Pty and sshing with Net::Telnet and pseudo-terminals

I found the problem. Looks like an old version of the code made it onto all the machines. Just bad timing.

This is the code that was breaking:

open STDIN, '<', "&$tty_fd" or die $!;

I had fixed it but apparently not in that old version. Sorry for leading you all on a wild goose chase :(

  • Comment on Re: Problem with IO::Pty and sshing with Net::Telnet and pseudo-terminals
  • Download Code