Help for this page

Select Code to Download


  1. or download this
    my($client, $client_addr) = $server->accept();
    
  2. or download this
    #only send if $client exists
    $client->send() if $client;