$x = 2; $y = 3; $z = 4; $val1 = $x * eval '$y + $z'; $val2 = $x * ($y + $z); [download]
In reply to Re: Tutorial::What is true and false? by chipmunk in thread Tutorial::What is true and false? by tachyon