![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
String comparisonby Anonymous Monk |
on Feb 01, 2000 at 07:49 UTC ( #2640=perlquestion: print w/replies, xml ) | Need Help?? |
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?
Back to
Seekers of Perl Wisdom
|
|