in reply to Re^2: IO::Socket::SSL and IO::Select
in thread IO::Socket::SSL and IO::Select

The socket is still connected, but the other end announced that it will not send any more data. It might be possible that you still can write data and the peer will accept it.
This is simply how TCP works and has nothing to do with SSL or Perl.