I have been trying to figure out, how to use SSH capability on Windows (Active Perl) domain.
In Cygwin domain, i.e. using Cygwin Perl, I can do SSH using Net::SSH::Expect, but I don’t have any information/direction on how to get SSH capability when using active perl.
One of the package that i found was Net::SSH::W32Perl & was wondering whether I can use W32Perl in active perl to get the same sort of features on windows.
http://search.cpan.org/~scotts/Net-SSH-W32Perl-0.05/lib/Net/SSH/W32Perl.pm
Your response is much appreciated.