begin $query = ; $document = "Hello world"; if ((strcmp($query, $document) == 0) print "Match\n"; else print "Sorry, no match found.\n"; end