in reply to Re^2: Generate list with array elements repeated x timesin thread Generate list with array elements repeated x times
return map { ($_) x 10 } splice @dates, 1, -1; [download]