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

Another alternative:

@numbers = (4,7,11,14); printf '0 %d ' x $#numbers . '0 %d', @numbers