Help for this page

Select Code to Download


  1. or download this
    @mda = map {
       [[$one[$_-1]], [$two[$_-1]]]
    } 1..@one;
    
  2. or download this
    @mda = map {
       [$one[$_-1], $two[$_-1]]
    } 1..@one;
    
  3. or download this
    @mda = (
             [A][E],
    ...
             [C][G],
             [D][H]
    );
    
  4. or download this
    @mda = (
             [A,E],
    ...
             [C,G],
             [D,H],
    );
    
  5. or download this
    $;=sub{$/};@;=map{my($a,$b)=($_,$;);$;=sub{$a.$b->()}}
    split//,".rekcah lreP rehtona tsuJ";$\=$ ;->();print$/