Help for this page

Select Code to Download


  1. or download this
    print "Received from Server : $data1\n";
  2. or download this
    print "Received from Server :", %$data1, $/;
     # OR
    print "Received from Server :", Dumper($data1), $/;
    
  3. or download this
    #tcpserver.pl
    
    ...
    #}
    
    $socket->close();
    
  4. or download this
    #tcpclient.pl
    
    ...
    
    $socket->close();