Help for this page

Select Code to Download


  1. or download this
    $nb_errors++ and next if some_condition(); # wrong, don't do it
    
  2. or download this
    ++$nb_errors and next if some_condition();