> How to I get a file handle from an IO::Socket::SSL object?
IO::Socket::SSL is both an object and a file handle, similar to IO::Socket::INET, IO::Handle, IO::File etc. This means you can use it as sysread($sock,...) but also $sock->sysread(...).
In reply to Re: Using read/syswrite with IO::Socket::SSL
by noxxi
in thread Using read/syswrite with IO::Socket::SSL
by Bloehdian
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |