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


in reply to Re: why avoid & on function call (updated x 3)
in thread why avoid & on function call

defined &func, exists &func, and goto &func (distinct from the troublesome goto LABEL) are some other examples when you would use the ampersand to refer to a named function. -Dan