in reply to Re: Array Comparison
in thread Array Comparison

Actually, @words and @exclude are generated by reading outside sources. I just dropped the lc() right where the data is being read and it works just fine. Thank you for the suggestion though.

Replies are listed 'Best First'.
Re: Re: Re: Array Comparison
by Not_a_Number (Prior) on Dec 23, 2003 at 20:31 UTC
    Actually, @words and @exclude are generated by reading outside sources.

    Well, yeah, that's what I assumed. I just added those arrays for testing. I even assumed that you might not have any control over the 'outside sources', which is why I did the lc() stuff in my snippet :-)

    dave