On Tue, Aug 29, 2000 at 09:15:35AM +0100, John McNamara wrote:
> At 13:11 28/08/00 -0400, Steve Simmons wrote:
> >To tell the truth, this third item should probably should become
> >a separate RFC, and if you'd like to simply say one is forthcoming,
> >that'd be fine by me.
> 
> What I really want to do is write a summary, get some consensus and redraft 
> the RFC. I'll do this in the next few days.
> 
> As far as I can see the current consensus is as follows:
>      1. Implicit variable: nice but not really worth the trouble.
>      2. Explicit variable between foreach and the array: might conflict
>         with other proposals.
>      3. Explicit counter in the body of the for/each loop: a clean
>         solution but requires a new or reused function.

What happened to explicit variable(s) *after* the list?

        for (@array) $index { ... }

-Scott
-- 
Jonathan Scott Duff
[EMAIL PROTECTED]

Reply via email to