in reply to
Re: Useless use of string eq
in thread
Useless use of string eq
I had somewhere concluded that = was for numbers only
Mixing up with comparison operators. It is == that is for numbers, rather than eq for strings.
Comment on
Re^2: Useless use of string eq
In Section
Seekers of Perl Wisdom