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


in reply to To & or not to & ?

I tend to use &function whenever I'm not passing variables, and function() when I am. I may switch to always using function() now that I know about @_ being passed.