Google News
logo
Perl - Interview Questions
Explain string comparison operators in Perl.
Perl supports various string operators as shown below :
 
Equality Operators
Equal eq
Not Equal ne
Comparison cmp
Less than lt
Greater than gt
Less than or equal le
Greater than or equal ge
Advertisement