Reads file $filename into a scalar. By default it returns this scalar. #### my @allwords = split /\n/, read_file($ref);