Help for this page

Select Code to Download


  1. or download this
    sub server_run_type
    {
    ...
       close($server);
       return $result;
    }
    
  2. or download this
    sub server_run_single()
    {    
    ...
       print "Exiting loop $i of $loop.\n" if $verbose;
       return $result;
    }