<code>
Folks-
On a new laptop, with XP Pro, I installed activeperl build
819, then
installed Net::SSH::Perl, Net::SSH::W32Perl, and associated
packages.
Trying to run the following will hang.
use Net::SSH::W32Perl;
my $ssh = Net::SSH::Perl->new($host);
$ssh->login($user, $pass);
my($stdout, $stderr, $exit) = $ssh->cmd($cmd);
Initial debugging indicates the command at the target
machine runs fine,
but the stdout never comes back, and Net::SSH::Perl loops
forever in the
client_loop routine.
When I replace activeperl build 819 with build 813
everything works fine.
any thoughts?
Thanks
-Craig
</code>
To write a respons, access
http://ww
w.cpanforum.com/response_form/3601
To see the full thread, access
http://www.cpan
forum.com/threads/3601
--
You are getting this messages from www.cpanforum.com
To change your subscription information visit http://www.cpanforum.
com/mypan/
|