Help for this page

Select Code to Download


  1. or download this
    while(defined(my $data=<$client_socket>))
    
  2. or download this
            print $socket $data[$_];
    
  3. or download this
        # write on the socket to server.
        $_=join(' ',$status,$md,$md_others);
        @data=split(" ",$_);