in reply to Re: Swiching between output to file and STDOUT
in thread Switching between output to file and STDOUT

And by "then just print to STDOUT" he means "just print without specifying a filehandle" (e.g. print "foo\n").

Even if you change the default output handle with select OUTPUT the statement print STDOUT "foo" will still print to stdout.