Help for this page
perl -e '$foo = "0.0" + 0; print $foo ? "True" : "False"'
perl -e 'print "I cannot add" unless 19.08 + 2.01 == 21.09'