标签: perl parallel-processing stdout subroutine
print
答案 0 :(得分:0)
open my $out, '>', \$output; select($out); ... select(STDOUT); close($out); print($output);