Help for this page

Select Code to Download


  1. or download this
    sub readWords {
        ## Gets how many of each word are in a file and returns a hash
    ...
        close($FILE);
        return %words;
    }