my $value= get_numeric_value_from_somewhere(); eval { print 'Will never be printed' if ($value/0) } # except for zero, you want?!