if ($numerator > 7169 || $denominator > 1650){ print "Do nothing"; # Place another method in here } else { my $fprob = Statistics::Distributions::fprob($numerator,$denominator,0.025); }