I need to run a script using Net::Telnet that logs into one machine and then into a third machine (because of a firewall) and pull info of the third server. My script always fails after the log into the second machine.
How should I initiate the telnet session on the second machine correctly?
Originally posted as a Categorized Question.