You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
227 B
Perl

Perl Usage
eq Equal
ge Greater than or equal to
gt Greater than
le Less than or equal to
lt Less than
ne Not equal
cmp Returns -1 if less than, 0 if equal and 1 if greater than