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


in reply to Any differences between method and method()?

If you've predeclared the subroutine you can leave the '()' off. I generally use it anyway so any maintainers of my code KNOW its a subroutine without even thinking.