Help for this page

Select Code to Download


  1. or download this
    perl -e '$foo = "0.0" + 0; print $foo ? "True" : "False"'
    
  2. or download this
    perl -e 'print "I cannot add" unless 19.08 + 2.01 == 21.09'