Help for this page

Select Code to Download


  1. or download this
    my @TwoD = ( ['A','B','C'], ['A','D','C'], ['A','B','C'] );
    my ( $slotH, %slotH ) = (-1,());
    ...
        }
        print "\n";
    }
    
  2. or download this
    A       B       C
    A               C       D
    A       B       C