in reply to how to login one host and execute commands on it?

Hi,

try to debug the telnet session using the input_log. After you create the Net::Telnet object do

$t->input_log(q{net_telnet_input.log});
run again the script and then look to the created log file.

Replies are listed 'Best First'.
Re^2: how to login one host and execute commands on it?
by xingjin3131 (Novice) on Jan 11, 2008 at 21:02 UTC
    Thanks. It works.