my $value = get_numeric_value_from_somewhere(); print 'Will always be printed' if ($value/$value) == 1; # Except for zero!!