in reply to [Answered!] Taking a subset of a hash
@small_hash{@interesting_keys} = @$config{@interesting_keys}; delete @small_hash{ grep { ! $config->{$_} } keys %$config }; [download]