Hello, I am new begginer to perl programming and I need help with a program. I have a text file that is based on the Gettysburg Address. I need to do the following:
read the file, print out the file to the screen, sort the words in alphabetical order, print out the sorted file, calculate how many times each word occurs in the address and print out the results of this calculation and print out the word that most often occurs in the address and how often it occurs.