in reply to Re^2: array join missing zero and spacein thread array join missing zero and space
print join ' ', map {; 0, $_ } @numbers; [download]