Re: Hyper-concat
by Larry Wall other posts by this author
Jun 14 2005 2:15PM messages near this date
Re: Hyper-concat
|
Re: Hyper-concat
On Tue, Jun 14, 2005 at 10:31:58PM +0200, Ingo Blechschmidt wrote:
: You can use
: say [~] @array; # "abcd" or
: say @array.join(""); # "abcd" or
: say join "", @array; # "abcd"
: if you want to supress the spaces.
I think a bare @array.join should also work.
Larry
Thread:
Thomas Klausner
Ingo Blechschmidt
Larry Wall
Juerd
Larry Wall
Juerd
Rod Adams
Darren Duncan
Juerd
|