Help for this page

Select Code to Download


  1. or download this
    $concat = join ',', map {"!$_"} @array1;
  2. or download this
    @array2 = map {"!$_,"} @array1;
    chop $array2[-1];