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: Cannot use string to accomplish 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 as well as the transliteration operator. You need to tell me what you did!