#do this: if (($a+b) eq ($c-$d) ) { } #instead of: if (($a+b) eq ($c-d)) { } #but I do: if ( ($a+b) eq ($c-$d) ) { }