in reply to Re: Net::Telnet "unknown terminal type"
in thread Net::Telnet "unknown terminal type"

Bit late I know, but I've had this problem also. Easiest fix is to put a 'TERM=vt100' in front of the command. So the command string that's executed should be ... TERM=vt100 ; pstree -A
  • Comment on Re^2: Net::Telnet "unknown terminal type"