my %h2 = map { $_ => $h1{$_} } grep { exists $h1{$_} } @set; [download]
In reply to RE: Mapping restrictions by runrig in thread Mapping restrictions by brother ab