for my $k (keys %dispatch) { if (exists $config{$k}) { $value{$k} = $config{$k}; } else { $value{$k} = $dispatch{$k}->(); } }