in reply to Re: Get the Smallest Number
in thread Get the Smallest Number

Why even if you have these two values at the end the IF statement still does work?
if( 55.05 <= 0.00){ print "OK\n"; }else{ print "No\n"; }