Help for this page

Select Code to Download


  1. or download this
    Client error while received: Connection refused
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    }
    
    $server_socket->close();
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print "Received data: $data_rcv\n";
    
    $client_socket->close();