Help for this page

Select Code to Download


  1. or download this
    $socket = IO::Socket::INET->new(PeerAddr => $host,
                                    PeerPort => $port,
    ...
                                    Type     =>SOCK_STREAM,
                                    Timeout  => "10")
    or die "game down\n\n";
    
  2. or download this
    close($socket);