in reply to Re^2: Using NET::SSH::PERL under Windows (with ActivePerl)
in thread Using NET::SSH::PERL under Windows (with ActivePerl)

You'll need to install the prerequisites, and, yes, you'll need to install Net::SSH::Perl on Windows. Try it with cpan first. If that doesn't work, then manually install it using
perl Makefile.PL Configure machine=none make install
Just a reminder: SSH2 is default on Windows. Net::SSH::W32Perl only supports SSH2 because of Math::GMP.