in reply to printing elements of an array on new lines

Without stringification beyond what print does to a list,

{ local $, = $/; print @array; }

After Compline,
Zaxo