test.pl syntax OK $x = 3; if ($x == 2 or $x == 3) { print "Yeah!\n"; }