in reply to Re: Arrays and Hashes Mappingin thread Arrays and Hashes Mapping
@list = grep { !exists $hash{$_} } @list; [download]