Help for this page
Select Code to Download
Select
or
download this
$concat = join ',', map {"!$_"} @array1;
Select
or
download this
@array2 = map {"!$_,"} @array1; chop $array2[-1];