Help for this page
{ local *TEMP = *STDOUT; ... } print "testing";
{ my $temp = *STDOUT; ... } print "testing";