Work Sheet 3 for Perl

Do the following problems.
  1. Write a Perl Program that takes in a first name and if it ends in a vowel, it adds a Ms. to the name else adds a Mr. to the name.
  2. Write a Perl program that using reg. expressions tests whetger a year is a leap year or not.
  3. Find words in the dictionary that have abc occur in the beginning of a string. (by perl programming)
  4. Find how many words end in ion. (by perl programming)
  5. Do exercise 7.1
  6. Do Exercise 7.2