in reply to Re^3: Aren't there code refs as well as function refs?
in thread Aren't there code refs as well as function refs?

I avoid prototypes in my code, except for the empty

Likewise...

When I first came across prototypes in Perl they sounded extremely useful. However, I have come to realise that they are never really necessary at all - or if they are, I have not come across the use case. The complications they add to understanding and maintaining the code is not worth the tradeoff.

  • Comment on Re^4: Aren't there code refs as well as function refs?