Help for this page

Select Code to Download


  1. or download this
    # Buffers to flush?
    foreach $client ($select->can_write(1)) {
    ...
        next;
      }
    }
    
  2. or download this
    # Buffers to flush?
    foreach $client ($select->can_write(1))
    ...
        next;
      }
    }