if (COND) { return 1; } elsif (OTHERCOND) { return 2; } else { die "cannot happen"; };