# New Ticket Created by Larry Wall # Please include the string: [perl #126292] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126292 >
> p6 'say map { $_ * 2 } <== 1 ... 10' ()(1 2 3 4 5 6 7 8 9 10) > p6 'say map { $_ * 2 },0 <== 1 ... 10' (0)(1 2 3 4 5 6 7 8 9 10)