{ local($,, $\) = ("\t", "\n"); print @array; } #### print join("\t", @array) . "\n";