Help for this page

Select Code to Download


  1. or download this
    for ($val1, $val2) {
       $_--; $_++;
    }
    
  2. or download this
    for ($val1, $val2) {
       no warnings 'numeric';
       $_ += 0;
    }