in reply to Re^2: array join missing zero and space
in thread array join missing zero and space

Brackets are needed to make the mapping function return a 2-element list for each element of @numbers, which is what I think ikegami intended:

print join ' ', map { (0, $_) } @numbers;

--

"Any sufficiently analyzed magic is indistinguishable from science" - Agatha Heterodyne