in reply to Net::Telnet + command prompt gets changed after command execution

If your script has the same line numbers as what you posted, line 3 corresponds to:
$telnet->open('ip Address');
You may be running into firewall issues, incorrect port, or other basic communication configuration problem.

use strict;
use warnings;
Look at the contents of dump.log and output.log for diagnosis.

        ...it is unhealthy to remain near things that are in the process of blowing up.     man page for WARP, by Larry Wall

  • Comment on Re: Net::Telnet + command prompt gets changed after command execution
  • Download Code