in reply to Re^2: check if 2 values are equal
in thread check if 2 values are equal
0e0 and 0 are different as a string and the same as a number. OP seems to like it evaluated as different. A solution involving looks_like_number is required to get the result you would like, else 'x' and 'y' would be a match (0 == 0).
|
|---|