in reply to
String comparison
Well "STRING" is equivalent to "STRING". To test string equality you need to use eq ie.
if($string1 eq $string2){print "Yippee!"}
[download]
== only works for numbers
Tim Vroom |
vroom
|
vroom@cs.hope.edu
Comment on
RE: String comparison
Download
Code
In Section
Seekers of Perl Wisdom