CC: | |
Subject: | v1.34 Can't locate object method "blocking" via package "FileHandle" ... at Perl.pm line 213 |
Date: | Thu, 29 Apr 2010 03:21:48 -0400 |
To: | bug-Net-SSH-Perl [...] rt.cpan.org |
From: | ">Pteryx Windsword" <pteryx [...] excite.com> |
Greetings,
One of my colleagues is experiencing the following error when trying to use Net::SSH::Perl.
Can't locate object method "blocking" via package "FileHandle" at ... Perl.pm line 213, <GEN0> line 1.
Perl version: 5.10.0
O/S: Redhat Linux 4.7
Example code:
use CGI qw(:standard);
use JSON::XS;
use Net::Telnet;
use Parallel::ForkManager;
use Net::SSH::Perl;
...
$ssh = Net::SSH::Perl->new($deviceIp);
many thanks,
p