Help for this page

Select Code to Download


  1. or download this
    my @AoA1 = (['a','b','c'],
               ['d','e',''],
               ['f','g',''],
               ['h','','']);
    
  2. or download this
    @row1 = qw(a d f h);
    @row2 = qw(b d f h);
    @row2 = qw(c d f h);
    @row2 = qw(a e f h);