I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-08-09 17:04:22-07 by cunzhi in response to 7387
Re: Net::SSH:W32Perl Hangs after login

I saw the same issue recently and resolved it.

This is because Net::SSH::W32Perl::protocol_class does not get called and as a result, Net::SSH::W32Perl::_session_channel does not get called either. On Windows, there are some issues when the "select" is applied to non-socket handles ( Check here). I guess one of the Net::SSH::W32Perl's purposes is to overcome the limitation of the "select" on Windows.
Direct Responses: 8555 | Write a response