Help for this page

Select Code to Download


  1. or download this
    my $sslSocket = IO::Socket::SSL->new(
        Listen             => 5,
    ...
      $server->listen(
        handle => $sslSocket
      )->get;
    
  2. or download this
    while(1){
      // something before
    ...
      }
      // something after
    }