foreach my $host ( @servers ) { threads->new(\&process, $host )->join(); }