$userInfo{fname} = 'John'; $userInfo{lname} = 'Doe'; $userInfo{email} = "$userInfo{fname} $userInfo{lname} ";