in reply to Join and Concatenation
DB<234> dp $cols = '[' . join '],[',@array . ']'; { ($cols = ('[' . join('],[', (@array . ']')))); } [download]
Cheers Rolf
( addicted to the Perl Programming Language)