I am comapring e-mail addesses in this fashion:
if ($email eq $name_list[10]) { whatever }
but i just realized that the email address can be the same but the case
different and it won't match. How can I ignore the case for the purpose
of comparison?
Thanks!
providing the finest in midget technology
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: ignoring case when comparing two vars Rory O'Connor
- Re: ignoring case when comparing two vars Brett W. McCoy
- Re: ignoring case when comparing two vars Wagner-David
