my @columns = ('NAME','ID','REGION','UNIT','STATUS'); print join( "\x09", @columns), "\n"; # or alternatively print "[@columns]\n";