Help for this page
% perl -le '$foo=0.0; print $foo ? "True" : "False";' False
% perl -le '$foo="0.0"; print $foo ? "True" : "False";' True