We have already seen equality operators
|
$a <=> $b returns -1,0,1 depending if $a is respectively numerically less than, equal to, or greater than $b |
$a cmp $b returns -1,0,1 depending if $a is respectively stringwise less than, equal to, or greater than $b |