$nb_errors++ and next if some_condition(); # wrong, don't do it #### ++$nb_errors and next if some_condition();