my $value = param(value); print "No answer" if ($value eq ""); print "There's an answer, but it's zero" if ($value eq 0);