http://www.perlmonks.org?node_id=1006172

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

Hi, I have to remotely connect to linux machine from windows machine..my script is in linux machine..i have to run that script using perl command..and display the result in windows machine...which module will help for this.. Thanks and Regards Joyeux

Replies are listed 'Best First'.
Re: Remote connection From windows to linux using perl
by space_monk (Chaplain) on Nov 29, 2012 at 07:08 UTC

    Net::SSH::Perl sounds like the module to do the task....

    Anyone else with a better idea?

    A Monk aims to give answers to those who have none, and to learn from those who know more.

      Net::SSH2 is better use it