my %person = ( vorname => $vorname, name => $name, geburtstag => $geburtstag, wohnort => $wohnort, ); return \%person;