Help for this page

Select Code to Download


  1. or download this
    my %table_1 = (
        0 => [ [ 1, 1 ], [ 0, 2 ] ],
    ...
        0 => [ [ 0, 0, 1 ] ],
        1 => [ [ 1, 0, 1 ], [ 0, 1, 0 ] ],
    );