in reply to Re^2: Parse error with subroutines and <
in thread Parse error with subroutines and <

The problem isn't that you're missing the prototype. The problem is that you're missing parens. Omitting parens leads to a lot of problem. Simply put, omitting parens is broken. You must be prepared to add them when necessary.
  • Comment on Re^3: Parse error with subroutines and <