Help for this page

Select Code to Download


  1. or download this
    while(1)
    {
    ...
    threads->create(\&initplayer,$connection);
     
    }
    
  2. or download this
    sub initplayer {
      my $hand = shift;
    ...
      print "THREAD DESTROYED!\n";
      $hand->close();
      }