Perl Programming/Keywords/le

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

The le keyword[edit | edit source]

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

Syntax[edit | edit source]

  EXPRESSION le EXPRESSION
Previous: length Keywords Next: listen