in reply to $ENV{TERM} and Net::Telnet
You might want to consider using this connection method:
It will output everything received to a log file.$connection = new Net::Telnet ( Host => 'ssd.jpl.nasa.gov', Port => 6775, Dump_Log => './telnet.log', );
|
|---|