Help for this page

Select Code to Download


  1. or download this
    my $readsocks  = IO::Select->new($new_client);
    my $writesocks = IO::Select->new();
    ...
          # Write to a socket.
       }
    }
    
  2. or download this
    
    #!/usr/bin/perl -w
    ...
            }
    }