in reply to How do I print an array with commas separating each element?

There is:
print join( ',', @array );