Help for this page

Select Code to Download


  1. or download this
    $_->join for threads->list;
    
  2. or download this
    my @threads;
    foreach $host (@syshost)
    ...
        push @threads, threads->new(\&runSeries, $host);
      }
    $_->join for @threads;