Perl Programming/Keywords/ge

Previous: formline Keywords Next: getc

The ge keyword

ge is a relational operator that returns 1 for true, if the lefthand side is stringwise greater than or equal to the righthand side, and an empty string for false.

Syntax

  EXPRESSION ge EXPRESSION
Previous: formline Keywords Next: getc
Category:Book:Perl Programming#Keywords/ge%20
Category:Book:Perl Programming