I need to set the Telnet terminal type option for a telnet connection
using Net::Telnet. Does anyone know how to do that?
My script is connecting to the system and processing most
commands just fine. (So I know it
is NOT related to my prompt setting.)
The problem comes when I try to
Normally, that cmd
would do the trick. Unfortunately, my
script needs to connect to a login without shell access, so I can’t set TERM
that way on the remote (UNIX) box. The
login is given a menu from the start, and it is from that menu that I call the
program that wants to see ‘vt100’.
I'm a bigger fan of the perldocs (especially the HTML version that the
ActiveState install generates) than of any Perl book. Searching the
perldocs for a way to do whatever you're trying to do...makes a good
learn-by-using method.
Can't remember the name, but I've seen at least one book that was