Next Program Repair Shop 11

The Loaded Uzi

        $input = something;
        for $key (%hash) {
          if ($key eq $input) {
            do_something($hash{$key});
          }
        }
        $input = something;
        do_something($hash{$input}) if exists $hash{$input};

Next Copyright © 2006 M. J. Dominus