I have a small perl script that needs to evaluate the equality of two parameters and a small return from the database.
This question already has answers here: Closed 11 years ago. Possibl开发者_如何学JAVAe Duplicates:
Why is ===开发者_如何学Go faster than == in PHP?Because the equality operator == coerces, or converts, the data type temporarily to see if it’s equal to the other operand, whereas === (the identity