Perl Programming/Keywords/gt
The gt keyword
gt is a relational operator that returns 1 for true, if the lefthand side is stringwise greater than the righthand side, and an empty string for false.
Syntax
EXPRESSION gt EXPRESSION
gt is a relational operator that returns 1 for true, if the lefthand side is stringwise greater than the righthand side, and an empty string for false.
EXPRESSION gt EXPRESSION