I have an assignment for one of my classes, basic perl stuff. I need to write a small perl program that writes 5 baseball players to a hash with their names and number of home runs. Then I'm supposed to have it print out the players and the # of homeruns, one per line. After that, I need to...