Help for this page

Select Code to Download


  1. or download this
    use IO::Socket::INET;
    # auto-flush on socket
    ...
    }
     
    $socket->close();
    
  2. or download this
    use IO::Socket::INET;
    
    ...
    print "received response: $response\n";
     
    $socket->close();