Help for this page
Select Code to Download
Select
or
download this
{ local($,, $\) = ("\t", "\n"); print @array; }
Select
or
download this
print join("\t", @array) . "\n";