Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- my @matching_items = grep { exists $props{$_->{name}} } @whole;
- my @not_matching_items = grep { !exists $props{$_->{name}} } @whole;
- print Dumper(\@not_matching_items);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement