in reply to IO::Multiplex, IO::Socket::SSL, file globs

Hi,

this is to share my (first) findings: IO::Multiplex ties the file handles given to it. IO::Socket::SSL's ->start_SSL doesn't like tied handles.

Doing

$Mux->remove($self->{sslsock});
(where $Mux is a ref to the IO::Multiplex instance) does the trick.