in reply to Referencing built-ins

I have not explored it in detail, but I do write
read (FH, my $buffer, 999999)
to define this commonly-used "out" parameter right where it's first used. I figured this is a general case.

So, it works fine when the function is "pass by reference", and if it does something else when you use \ to take a reference any difference must be due to parsing issues.

—John