Lab Assignment for CIS47 - working with functions:

Problem #1: Have the user enter in a name as Last/First Middle and write the Perl code to convert it to First Middle Last. Note: Please use functions like substr, index,length to do this.

Problem #2: Take in some information and develop an id. You must develop a different id then the one I did in my examples. You must use at least three functions in developing the id.

Problem #3: Write some code that uses date functions.

Program #4: Write some code that uses a sub routine. Experiment with a couple of different ways to use functions. (3 different examples).

This can all be done in one program or multiple programs – your choice.