I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-10-13 20:30:13-07 by rahed in response to 6246
Re: problem with prerequisites for Net-SSH-Perl
First make sure you have libgmp3, libgmp3-dev and libpari1 (or similar names for HPUX).
Then if you encounter any problems when installing Net::SSH::Perl from cpan prompt install each of prerequisite modules separately (either from cpan or from distribution - perl Makefile.PL, make, make test, make install).

Math::Pari installation may cause problems so read README and INSTALL of this module.
Direct Responses: 6279 | Write a response