Help for this page

Select Code to Download


  1. or download this
    $a = v1.2.3;
    $b = v1.2.4;
    ...
    if ($a lt $b) {
      print "a is less than b";
    }