in reply to Re: Telnet to 1 router through another router
in thread Telnet to 1 router through another router

I used Net::Telnet. What is the difference between Control::CLI and Net::Telnet?

  • Comment on Re^2: Telnet to 1 router through another router

Replies are listed 'Best First'.
Re^3: Telnet to 1 router through another router
by jellisii2 (Hermit) on May 30, 2014 at 16:36 UTC
    Control::CLI uses Net::Telnet under the hood for telnet connections, so "probably not much, functionally". The code or the comment doesn't obviously indicate what you're using. :)