in reply to installed SSH and Math::Pari

what is the solution?

Solution : Don't use windows

... or use Net::SSH::W32Perl

Replies are listed 'Best First'.
Re^2: installed SSH and Math::Pari
by veeruch (Sexton) on Jul 04, 2006 at 06:15 UTC

    i am wroking in win32

    i have given code like this

    use Net::SSH::W32Perl; my $ssh = new Net::SSH::W32Perl($host); $ssh->login($user, $pass); my ($out, $err, $exit) = $ssh->cmd('ls -lrt'); print "$out, $err, $exit";

    while iam running perl ssh.pl. it is keep on going ,it won't give any out put

    20060704 Janitored by Corion: Moved normal text out of code tags, added formatting, as per Writeup Formatting Tips