http://qs1969.pair.com?node_id=2640

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

if ("STRING" == "STRING"){ print "true"; } Always returns true. How do you compare two strings?