Help for this page

Select Code to Download


  1. or download this
    $server = Server->new( SendRcv->new() )
    
  2. or download this
    $server = Server->new();
    $server->set_comm_i_cant_think_of_better_name( SendRcv->new() )