if ($x eq 'key_1') { DoaBunchOfStuff( $x ); } else { foreach $key (keys %my_hash) { DoaBunchOfStuff( $key ); } }