Perl Operators In Perl, the comparison operators are divided into two classes: Comparison operators that work with numbers Comparison operators that work with strings Integer-Comparison Operators Operator Description < Less than > Greater than == Equal to = Greater than or equal to != Not equal to Comparison returning 1, 0, or -1 Each of […]
↧