in reply to Bareword vs. Indirect Filehandle behaviour

Also,
print { $outFH } $_;
works, but
print { $outFH };
gives a compile error.