in reply to Re^2: Forced to modify perl telnet script to use both telnet and ssh
in thread Forced to modify perl telnet script to use both telnet and ssh

Hi, I have written a module which integrates both SSH & Telnet; it's an overlay which uses both Net::Telnet and Net:SSH2; it's called Control::CLI. Maybe that might help you. I made it because I needed it to run on Windows systems, where I was not able to get expect to work.
  • Comment on Re^3: Forced to modify perl telnet script to use both telnet and ssh

Replies are listed 'Best First'.
Re^4: Forced to modify perl telnet script to use both telnet and ssh
by Anonymous Monk on Mar 13, 2013 at 11:59 UTC
    can u share the script that uses both ss and telnet... even am expecting to do