in reply to
Why are these 2 strings equal?
Because when you use == the strings are converted to numbers. And both these strings equal 0 when converted to numbers. And 0 == 0.
Comment on
Re: Why are these 2 strings equal?
In Section
Seekers of Perl Wisdom