Help for this page

Select Code to Download


  1. or download this
    #hash table that contains nicknames
    %nicknames = (
    ...
        Bill => 'William Will',
        Will => 'Bill William willy',
    );
    
  2. or download this
    =pod
        Idea is to match the nick name with the correct first name 
    ...
        }
        #print "Value of nickTemp is $nickTemp\n";
    }