in reply to Find unmatched between an array and a hash
my %copy = %hash; delete @copy{@array}; my @left_over = keys %copy; [download]