in reply to Re^3: Add value from one array element into another of same ID
in thread Add value from one array element into another of same ID

v5.10.1
  • Comment on Re^4: Add value from one array element into another of same ID

Replies are listed 'Best First'.
Re^5: Add value from one array element into another of same ID
by tangent (Parson) on May 27, 2021 at 20:02 UTC
    push @new, $d if defined $d->{Name} && length $d->{Name} && ! exists $used{ $d-> +{Name} };