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


in reply to Re^2: How to call a sub-routine ref
in thread How to call a sub-routine ref

Why would it be weird? Parens around the arg list, even an empty args list, is the normal way of calling a sub. Omitting parens leads to many problems.