in reply to Using read/syswrite with IO::Socket::SSL

The documentation in IO::Socket::SSL shows how to use sysread in conjunction with it in the section "Using Non-Blocking Sockets". I found that section by searching the documentation for "sysread".

  • Comment on Re: Using read/syswrite with IO::Socket::SSL