Help for this page

Select Code to Download


  1. or download this
    # assuming
    our %dictionary = read_dictionary_file_to_hash($dict_file);
    ...
        }
        return qr/^$tile_regex_string$/i;
    }
    
  2. or download this
    # in init section
    our $BLANK_TILE = '#';
    ...
              .= "$tile{0," 
                . $tile_hashref->{$tile}+$tile_hashref{$BLANK_TILE}
                . "}";