in reply to
String comparison
use cmp to test equality for strings
Comment on
RE: String comparison
Replies are listed 'Best First'.
RE: RE: String comparison
by
Anonymous Monk
on Feb 01, 2000 at 23:51 UTC
Uh, you should really use eq for string tests. cmp should be used for sorting string (actually determining order).
[reply]
In Section
Seekers of Perl Wisdom