Someone Please Answer The Following Questions.
Question 1: Write code to generate the following histogram display based on the frequency of occurrence of characters in the first argument to the program. Example: $ perl histogram.pl "Mississippi borders Tennessee." s: ####### e: ##### i: #### : ## n: ## p: ## r: ## .: # M: # T: # b: # d: # o: # Question 2: Write a...