Help for this page
my @do_not_want = qw{ ytd mtd wtd }; my %rejects; ... foreach my $anything_but ( grep {! exists $rejects{$_}} keys %hash ) { print $anything_but . "\n"; }
Meat_Pie Jumbo_Tron Word