Rod Adams skribis 2005-03-16 23:16 (-0600):
> Doesn't C<zip> go until the longest input is exhausted, returning undef 
> at the end of the shorter ones?

No, as that'd break the most common idiom it introduced: use of an array
with 1..Inf, as in the example you're replying to, but also

    for @foos ¥ 1... -> $foo, $i { ... }


Juerd
-- 
http://convolution.nl/maak_juerd_blij.html
http://convolution.nl/make_juerd_happy.html 
http://convolution.nl/gajigu_juerd_n.html

Reply via email to