Help for this page

Select Code to Download


  1. or download this
    my $socket_fd :shared;
    
    ...
    # in another thread
    
    my $ssl_socket = IO::Handler->new_from_fd($socket_fd, "r");
    
  2. or download this
    my $ssl_socket = IO::Socket::SLL->new_from_fd($socket_fd, "r");