Help for this page

Select Code to Download


  1. or download this
    my $extsock = socket connected to some server...
    my @ready;
    ...
        }
      }
    }
    
  2. or download this
    $main::extsock = new IO::Handle;
    $main::extsock = IO::Socket::INET->new(.......);
    $self->select->add($main::extsock);