unless(exists $hash{$key}) { # Do stuff return; } if($hash{$key} > 3) { # Other stuff }