# New Ticket Created by  Ilya Belikin 
# Please include the string:  [perl #64474]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64474 >


Hi there,

> say (<a b c> Z [1,*]).perl
["a", 1, "b", *] # wrong, should be: ["a", 1, "b", *, "c", *]


S03, L4346:
"By default the C<zip> function reads to the end of the shortest list,
but a short list may always be extended arbitrarily by putting C<*>
after the final value, which replicates the final value as many times
as necessary."

Thank you!

Ilya

Reply via email to