Jump to content

Perl Programming/Keywords/le

From Wikibooks, open books for an open world
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Previous: lcfirst Keywords Next: length

The le keyword

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

 EXPRESSION le EXPRESSION 
Previous: length Keywords Next: listen