http://www.perlmonks.org?node_id=545544


in reply to Re^2: Equality operators
in thread Equality operators

When converting strings to numbers, Perl only looks at the start of the string. '1foo' becomes 1 and 'foo1' becomes 0.

--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg