in reply to Re^2: map and grep (but for hashes)in thread map and grep (but for hashes)
my %new_hash; @new_hash{@filtered_keys} = @old_hash{@filtered_keys}; [download]