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