Help for this page
#!/usr/bin/env perl ... print "don't do stuff\n" unless @notthere == grep { $_ } @hash{@notthere};