Help for this page

Select Code to Download


  1. or download this
      my @a = split /\s*,\s*/, $a;
      my @b = split /\s*,\s*/, $b;
    
  2. or download this
      my $c = join ', ', @c;