in reply to Concatenating strings with tabs between and returning the result
But just to answer your question on how to return the result: quite coincidentally :), you can do that using return.my $concatstring = join "\t", map length() < 8 ? "$_\t" : $_, $string1, $string2, $string3;
Makeshifts last the longest.
|
|---|