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


in reply to Re: Any differences between method and method()?
in thread Any differences between method and method()?

If you've predeclared the subroutine you can leave the '()' off.
That's only relevant for function calls; for method calls, predeclaring makes no difference. And to the OP, there's no difference whether you have the () or not.

Dave.