$a = 3 # no semi needed here if ($a == 5) { print "b" } #### if ($a == 5) { print "b" } if ($b == 2) { print "c" }