in reply to Mysterious ActiveState Perl Hangs
unless(exists $hash{$key}) { # Do stuff return; } if($hash{$key} > 3) { # Other stuff } [download]