foreach $client (keys %h) { lock($h{$client}) $h{$client} .= randLine(); cond_broadcast($h{$client}); }