Help for this page

Select Code to Download


  1. or download this
    my %hash;
    
    $hash{key1} = [ [0 0, 0 1, 0 0, 1 1, 0 0, 0 1,],   # first block
    ...
                    [0 0, 0 1, 0 0, 0 0, 0 0, 0 0,],   # second block
                    [0 0, 1 1, 0 0, 1 1, 0 0, 1 0,],   # third block
                   ];
    
  2. or download this
    my $id;   # ??
    foreach my $window ( @{ $data{$id} } ) {
    ...
    
        }
    }