$a = 10; print "if stmt true" if ($a == 10); print "unless" unless ($a == 10);