We make a good team Paul ;-}

"Paul Johnson" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> I don't know about better, but why not code it exactly as you describe
> it?
>
>   @match = grep { index($_, $string) >= 0 and $_ ne $string } @array;
>
> This has the advantage of not needing to escape the meta characters so
> you won't get false positives.  Add xmailxcom to @array.




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to