in reply to Re^3: What's so bad about &function(...)?
in thread What's so bad about &function(...)?

Sooner or later they'll start using code which does have prototypes.
Not if I can help it. Unless it's a specialized function that is trying to imitate a built-in, prototypes are forbidden in the code that I control.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on Re^4: What's so bad about &function(...)?