%res = ( map { ( $_ => undef ) } grep length > 4, ), warn keys %res; #### warn keys %{ ( map { ( $_ => undef ) } grep length > 4, ) };