Help for this page

Select Code to Download


  1. or download this
    my %connecting = map { $_ => 1 } @hosts;
    while (1) {
    ...
      last unless %connecting; 
      select (undef, undef, undef, 0.05);
    }