in reply to printing out tabs between each element in an array
print ARRAY_CONTENTS join("\t", @cols_for_row), "\n"; [download]
Cheers, Darren