in reply to How to Communicate with linux from windows

On Windows, the only perl able to run Expect is the one distributed with Cygwin.

In any case, Net::SSH::Expect is not a great module, you will be better using Net::SSH2, Net::SSH::Any or even Net::SSH::Perl.

  • Comment on Re: How to Communicate with linux from windows