in reply to Re: static method checker for perl?
in thread static method checker for perl?
Even prototyped functions take a list. They just define what's in the list.
While that may be technically true (Perl uses a stack), I'm not sure that's helpful. Prototyped functions parse differently from regular Perl functions, so the apparent behavior of these functions may not make it apparent that they take lists of arguments.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: static method checker for perl?
by DStaal (Chaplain) on Apr 08, 2009 at 18:22 UTC |