On 28 Sep 2000 19:40:01 -0000, Perl6 RFC Librarian wrote:

>=head2 How iterators might work in perl 6
>
>In perl 6 the keys and values functions should no longer use the
>same iterator as the each function - each use of keys and values
>should use it's own private iterator instead.

Is that per Damian? The iterator stored in the syntax tree? So, what
happens if there's a recursive function call, to a function containing
keys()?

And what if I want the old effect? Pretty much like /PATTERN/g continues
where the previous pattern match stopped, even if it was another regex.

-- 
        Bart.

Reply via email to