|
|
| laziness, impatience, and hubris | |
| PerlMonks |
Answer: Why are these 2 strings equal? |
| ( #87103=categorized answer: print w/ replies, xml ) | Need Help?? |
|
Q&A > strings > Why are these 2 strings equal? contributed by bikeNomad
Because when you use == the strings are converted to numbers. And both these strings equal 0 when converted to numbers. And 0 == 0.
|
|
||||||||||||||||||