Help for this page

Select Code to Download


  1. or download this
    my @array1 = qw/a a b b c c d d/;
    my @array2 = qw/        c c d d e e f f g g/;
    ...
      }
    }
    print join(' ',@array3);