in reply to Re: Perl 5.10 and Math::Pari
in thread Perl 5.10 and Math::Pari

To not answer your question:
Net::OpenSSH and Net::SSH2 are generally considered to be better options than Net::SSH::Perl (which is not being actively maintained, and has problems).

Cheers,
Rob

Replies are listed 'Best First'.
Re^3: Perl 5.10 and Math::Pari
by falan95054 (Novice) on Oct 14, 2010 at 18:09 UTC
    A better fit for code written to Net::SSH::Perl is Net::SSH2::Simple. This is mostly working for me, however, I have an indefinite loop on processing output under threads while (!$chan->eof()).
      If you post your code, we could help you:-).