Perl Programming/Keywords/lt

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Previous: lstat Keywords Next: m

The lt keyword[edit | edit source]

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[edit | edit source]

  EXPRESSION lt EXPRESSION
Previous: lstat Keywords Next: m