Help for this page

Select Code to Download


  1. or download this
    #tcpserver.pl
    use Switch;
    ...
                print $client_socket $t;
            }            
    $socket->close();
    
  2. or download this
    #tcpclient.pl
    use feature qw(switch say);
    ...
        print $t;
        $a=$t;
        $socket->close();