Subject: | Can't set socket non-blocking |
Bonjour!
I really need to use your Net::SSH::Perl module but I'm actually
unable to do it...any solution right now about this bug?!?
Thanks!
---
my $ssh = Net::SSH::Perl->new($host);
$ssh->login("xxxx", "xxxxxxxx");
my($stdout, $stderr, $exit) = $ssh->cmd("ls");
print "$stdout\n$stderr\n$exit\n";
exit;
---
When I try to run this code, I got this error:
Can't set socket non-blocking: Bad file descriptor at
C:/Perl/site/lib/Net/SSH/Perl.pm line 212, <GEN1> line 1.
For your info:
This is perl, v5.8.7 built for MSWin32-x86-multi-thread
I'm running Windows XP
Thanks for any help!