TSa wrote:
> HaloO,
> 
> Larry Wall wrote:
>> The operator iterates each function until the function fails to
>> produce any list elements....
> 
> What is the list type these days? It used to be List for writeable
> lists and Seq for readonly ones.

Array = mutable
List = immutable, lazy
Seq = immutable, eager

Moritz
-- 
Moritz Lenz
http://perlgeek.de/ |  http://perl-6.de/ | http://sudokugarden.de/

Reply via email to