Help for this page
print { $fh } ...; print $fh ...; # Shorthand ... print { $o->get_fh() } ...; print { $e ? *STDERR : *STDOUT } ...; etc.