Perl Homework #3

Create one main program with a separate function for each menu option:

Create a menu that has the following options

Phone number request - Ask the user for a phone number in this format: 516-222-3333. If the number entered is not in that format, tell the user they did a bad job. Otherwise say good.

Word matching game - Ask for a person's full name in first then last order. Print their name in last name , first name order.

Find a word in a file - Ask the user for two words. Print all the rows in a file called mytable that do not start with either word.