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