You have to do == comparisons individually, you can't group all in () and then compare. See this code.
As it stands all 3 variables == 'no', yet it still outputs 'yes'...

There's a yes!

For reference the variables are no ($one), no ($two), no ($three).