in reply to Re: Function signatures in POD-headlines/pseudo code! Is there a standard?
in thread Function signatures in POD-headlines/pseudo code! Is there a standard?
It simply lists all possible call syntaxes, using upper case letters for metasyntactic elements.
I prefer the sigil notation since
is much more expressive than\@rows
or evenEXPR
at no cost.ARRAYREF
The system works for builtins since they operate on simple inputs, but it doesn't scale well to the more complex requirements of modules and classes.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Function signatures in POD-headlines/pseudo code! Is there a standard?
by LanX (Saint) on Dec 07, 2009 at 18:52 UTC | |
by ikegami (Patriarch) on Dec 07, 2009 at 19:26 UTC | |
by Anonymous Monk on Dec 09, 2009 at 08:00 UTC |