Hi I wish to do string comparisons where the case is ignored, for example:
$one = "ExanPle"; $two = ""example"; if ($one eq $two){ THIS RETURNS TRUE What do I add so that the comparison ignores the case? Thanks in advance eddie -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]