unless ($things_went_wrong) { # do some stuff } #### unless ($result < $HIGHEST_VALUE && ! $bad_results{$result}) { # stuff } #### unless ($result) { ## Do some stuff } elsif (!$result) { ## Do some other stuff } else { ## yet other stuff... }