Help for this page

Select Code to Download


  1. or download this
    my $server = IO::Socket::INET->new(LocalPort => 5000,
                                       Listen    => 10,  
    ...
                            }              
                    }
            }
    
  2. or download this
    my $select = IO::Select->new();
    $select->add($server);  $select->add($serverB);