try:
if (uc($v1) eq uc($v2) {
   ....something....
}

HTH
Greg

[EMAIL PROTECTED] wrote:

Is there a way to change the behavior of the 'eq' operator? I want it to
perform case insensitive comparisons.

Kurt

_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs





_______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to