Help for this page

Select Code to Download


  1. or download this
      sub client_socket_create()
      {
    ...
                    print "$socket \n";
    return $socket;
    }
    
  2. or download this
    sub client_main($)
    {
    ...
    print "$socket \n";
    # some processing #
    }