Help for this page

Select Code to Download


  1. or download this
    if ( (( x - y ) / x ) * (( x - y ) / x ) > 0.001 * 0.001 ){
      ## they are different
    }
    
  2. or download this
    print "$x and $y are different\n" if ( $x ne $y );