$a = "3.0";print "eq" if $a eq "3"; # this will not printprint "==" if $a == 3; # this will print
Standard input is empty
==
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!