Help for this page

Select Code to Download


  1. or download this
    use  IO::Socket;
    $socket=IO::Socket::INET->new(
    ...
    }
    close (OUT);
    close $socket;
    
  2. or download this
    The output I get is...<br><br>
    HTTP/1.0 408 Request Time-out
    ...
    <H1>Request Timeout</H1>
    The server timed out while waiting for the browser's request.<P>
    </BODY></HTML>