in reply to Re^2: The blocking method in IO::Handle
in thread The blocking method in IO::Handle

Native Perl IO handles are constructed by the perl interpreter without the IO::Handle module and are treated as IO::Handle objects automatically by Perl. But, the methods for IO::Handle don't get loaded unless someone loads the IO::Handle module. If Net::SSH::Perl is using IO::Handle methods, then it should be loading the required module. Submit a bug report against Net::SSH::Perl.

- tye        

  • Comment on Re^3: The blocking method in IO::Handle (bug)