my $a = 2; if ($a == 6) {print "yes" } else {print "no" }