>>>>> "JE" == Jon Ericson <[EMAIL PROTECTED]> writes:

>> @foo = lazy grep ....
>> while( <@foo> ) { ... }

JE> What does lazy grep do?  How does this apply?

lazy would set the rest of arguments to be lazily evaluated. An iterator
that would call the function until the results are exhusted.

<chaim>
-- 
Chaim Frenkel                                        Nonlinear Knowledge, Inc.
[EMAIL PROTECTED]                                               +1-718-236-0183

Reply via email to