Help for this page

Select Code to Download


  1. or download this
    my $VALUE = $MyMatrix[$a][$b];
    
  2. or download this
    my $VALUE = (vec($MyMatrix, ($a & 7), 8) >> $b) & 1;
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
      return 0;
    }