my @threads_return_data for $i (0 .. $number) { push @threads_return_data, $thr_{$i}->join; } post_processing_subroutine();