in reply to Re^2: syntax for calling a function
in thread syntax for calling a function

Don't forget that the following calls are identical:

They aren't, though. The leading & explicitly bypasses any prototype checking. &foo(@_) may be very different from foo(@_).