[Perl-unix-users] Net::Telnet and Term Type

2003-07-18 Thread Andrew Timberlake-Newell
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

[Perl-unix-users] RE: Net::Telnet and Term Type

2003-07-21 Thread Andrew Timberlake-Newell
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’.  

RE: [Perl-unix-users] Learning perl

2003-07-23 Thread Andrew Timberlake-Newell
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