Perl Programming/Keywords/lt

The lt keyword

lt is a relational operator that returns 1 for true, if the lefthand side is stringwise less than the righthand side, and an empty string ("") for false.

Syntax

  EXPRESSION lt EXPRESSION