in reply to Using read/syswrite with IO::Socket::SSL
> 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(...).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using read/syswrite with IO::Socket::SSL
by Bloehdian (Beadle) on Oct 26, 2016 at 13:16 UTC | |
by noxxi (Pilgrim) on Oct 26, 2016 at 20:07 UTC | |
by tybalt89 (Monsignor) on Oct 26, 2016 at 15:21 UTC | |
by Bloehdian (Beadle) on Oct 26, 2016 at 17:31 UTC | |
by tybalt89 (Monsignor) on Oct 26, 2016 at 17:52 UTC |