my $thr = threads->create(\&function); $thr->join; sub function { }