Help for this page

Select Code to Download


  1. or download this
        my $canWrite= IO::Select->new( $sock );
        my $hasError= IO::Select->new( $sock );
    ...
                warn "Can't write to socket ($_): $!\n";
            }
        }