http://qs321.pair.com?node_id=1080344


in reply to Pushing a delimiter into an array?

Do you really need the tabs in the array? If you just want to print the values separated by tabs do
print join("\t", @array);