Help for this page

Select Code to Download


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