Next Hash Hash Hash 15

Hashes changed the way we program

        sub handle_article {
            my ($path, $category, $article_body) = @_;
            ...
            # lots of stuff
            ...
            
            # also, generate a count
            # of the number of articles
            # in each category
            # ???
        }

Next 15