Help for this page

Select Code to Download


  1. or download this
    my @rhSet = IO::Select->select($readSet, undef, undef, 0);
    foreach my $rh (@{$rhSet[0]}) {
    
  2. or download this
    my @rhSet = IO::Select->select($readSet, undef, undef, 0);
    foreach my $rh (@{$rhSet[0]}) {
    
  3. or download this
    my $connection = $sock->accept();
    $readSet->add($connection);