When I try to telnet using Net::Telnet, I get the following error:

"Type unknown unknown

Obsolete or generic terminal type: 'dumb'
Enter new terminal type, or press <return> to accept current one:"

I tried to add a line;

"print $telnet->cmd('dumb');"
   
or even:

"print $telnet->cmd('\n');"

but it does not seem to work. What should I code in the Perl CGI script
to force the telnet session to a vt100? Or similar type session?
_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to