⭐ in reply to How do I print an array with commas separating each element?
print join( ',', @array ); [download]