http://www.perlmonks.org?node_id=435607


in reply to Re: Perl oddities
in thread Perl oddities

I do it this way:
print FH ('test', 'ing', 1, 2, 3);

Actually, I lied. I simply don't use barewords filehandles.