Help for this page

Select Code to Download


  1. or download this
    $a = 3; $b = 4; $op = 'le';
    
  2. or download this
    if ($op eq 'le') {
      if ($a <= $b) {
    ...
      }
    } elsif ....