Next Untitled class 7

Hashes changed the way we program

        sub handle_article {
            my ($path, $category, $body) = @_;
            ...
            # also, count number of articles in each category
            # ???
        }

continued...
Next Copyright © 2015 M. J. Dominus