# Wrong!!! if ($string == "Hello") { # Do something... } # Right! if ($string eq "Hello") { # Do something... }