http://qs1969.pair.com?node_id=29169


in reply to Re: A question of style
in thread A question of style

ampersand was always required in Perl4. Perl5 made it optional, as long as you either have the subroutine declaration in scope or parens following the name.

-- Randal L. Schwartz, Perl hacker