smoss has asked for the wisdom of the Perl Monks concerning the following question:

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.

  • Comment on How do I telnet into a machine and then to a third one?