Help for this page

Select Code to Download


  1. or download this
    sub RunServer {
      my $connectno = 0;
    ...
      $connex->close;
      print "Connection $connectno closed.\n\n";
    }
    
  2. or download this
      sleep 1 while ($connex->connected);