Help for this page

Select Code to Download


  1. or download this
    @one = qw(A B C D);
    @two = qw(E F G H);
    
  2. or download this
    @mda = (
             [A][E],
    ...
             [C][G],
             [D][H]
    );