Help for this page
use strict; use warnings; ... sleep(1); } close(STDOUT);
open(STDOUT, '+<', "&STDOUT") or die "open: $!";