Quantcast
Channel: perl – Coding School
Viewing all articles
Browse latest Browse all 15

Perl Operators

$
0
0
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 […]

Viewing all articles
Browse latest Browse all 15

Trending Articles