Help for this page

Select Code to Download


  1. or download this
    sub run {
       for (;;) {
    ...
          $_->send($msg) for @connections_to_clients;
       }
    }
    
  2. or download this
    # Client class
    
    ...
          ... send $msg ...
       }
    }