in reply to Re^4: Spotting an empty array as argument
in thread Spotting an empty array as argument
I can't follow, the fact that say is internally calling something like FH->print(@_,"\n") shouldn't have any consequence on the prototype.
Hmmm ...
I think what you mean is that this inhibits attempts to override say with another implementation, since it needs to act like an indirect method call, but with prototype magic.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Spotting an empty array as argument
by ikegami (Patriarch) on Mar 27, 2021 at 05:56 UTC |