my @array = ("first","second","third"); my $output = join( "\t\t", @array ); print( $output );