in reply to Concatenating strings with tabs between and returning the result
sub concat { map { length($_) < 8 ? {$_=$_."\\t";$_.=$_;return $_;}:{$_.=$_;ret +urn $_;}@_; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Concatenating strings with tabs between and returning the result
by Aristotle (Chancellor) on Jan 18, 2003 at 21:51 UTC | |
|
Re: Re: Concatenating strings with tabs between and returning the result
by poj (Abbot) on Jan 18, 2003 at 21:39 UTC |