Help for this page

Select Code to Download


  1. or download this
    else {
      ($num=$num1++);
      print $num;
      print "\n";
    }
    
  2. or download this
    unless ($num1=$num2) {
      print $num2;
    }
    
  3. or download this
    else {
      $num=$num1;
    ...
         $num++
      }
    }