Help for this page
my @aoh = ( ... { k2 => undef }, { k3 => 'v3' }, );
map { exists $_->{k2} ? $_->{k2} : () } @aoh;