On Thu, 12 Sep 2002, Piers Cawley wrote:
> Heh. I tried predeclaring using the apocalypse style:
>
>    sub odd($n) {...}
>    sub even($n) {...}
>
> And that complained about the yadda, even though the functions were
> then fully defined.

At the time I interpreted this as a stub definition, not a declaration
(e.g. "sub foo($x);").  Something tells me this maybe not be correct, but
I think there _should_ be a difference between saying "I haven't done this
yet" and "I've done this somewhere else."  Will look over apocalyptica.

/s

Reply via email to