Help for this page

Select Code to Download


  1. or download this
    
    $thr = threads->create(\&worker_thread);
    
  2. or download this
    
    use IO::Socket;
    ...
        }
      }
    }
    
  3. or download this
    use IO::Socket;
    
    ...
        print $client "$_\n";
        sleep 1;
    }