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

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()).

Replies are listed 'Best First'.
Re^4: Perl 5.10 and Math::Pari
by Khen1950fx (Canon) on Oct 15, 2010 at 08:03 UTC
    If you post your code, we could help you:-).