my $name = "Father" ; my @terms = qw(Mom Wife Son Daughter); my %fam_old = map{ $name => { $_,1 }} @terms;