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

Can someone point me from where I can download Net::SSH::perl module for Win32 perl. thanks!
  • Comment on where is Net::SSH::perl module for Win32 perl

Replies are listed 'Best First'.
Re: where is Net::SSH::perl module for Win32 perl
by btrott (Parson) on Aug 27, 2001 at 11:52 UTC
    There isn't a specific distribution of Net::SSH::Perl for Win32. Net::SSH::Perl itself is pure Perl; some of the libraries that it relies upon do require compilation. In particular, the big integer libraries: SSH-1 requires Math::GMP, SSH-2 requires Math::Pari. You don't need to install support for both SSH-1 and SSH-2 unless you plan to use both protocols.

    I would love it if someone created a PPM for Math::Pari or Math::GMP, but currently no such creature exists.

    A list of the prerequisite modules for the two different protocols are listed in the README.

Re: where is Net::SSH::perl module for Win32 perl
by azatoth (Curate) on Aug 27, 2001 at 11:43 UTC