Help for this page

Select Code to Download


  1. or download this
    my @aoh =
    (
    ...
        { k2 => undef },
        { k3 => 'v3'  },
    );
    
  2. or download this
    map { exists $_->{k2} ? $_->{k2} : () } @aoh;