Help for this page

Select Code to Download


  1. or download this
    while (($Timeout eq "false") && accept(Client, Server))
        {
    ...
        }
        Messages::PrintToLog("Closing Server.\n");
        close Server;
    
  2. or download this
    sub MainCall
    {
    ...
    
    #some more function calls
    }