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