Help for this page

Select Code to Download


  1. or download this
    my %matrix;
    $matrix{0,0} = 1;
    $matrix{0,1} = 0;
    $matrix{1,1} = 1;
    $matrix{1,0} = 0;