in reply to how to login one host and execute commands on it?
try to debug the telnet session using the input_log. After you create the Net::Telnet object do
run again the script and then look to the created log file.$t->input_log(q{net_telnet_input.log});
|
|---|
| 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 |