http://qs321.pair.com?node_id=11124426


in reply to Re: 02.5 == 25 - WTF?
in thread 02.5 == 25 - WTF?

Both operators work though.

say '==' if 02.5 == 25; say 'eq' if 02.5 eq 25;
prints both == and eq (not that it's surprising either, given perl's seemless conversion between strings and numbers)