[ic] Custom SearchOP

Jon Jensen jon at endpoint.com
Mon Sep 10 12:24:39 EDT 2007


On Mon, 10 Sep 2007, Paul Jordan wrote:

> Shouldn't this
>
> my @pat = split(/,/, $pat);
>
> Be:
>
> my @pat = split(/\,/, $pat);

Why? There's nothing special about , in a regex. Or did you find a 
problem with it?

Jon

-- 
Jon Jensen
End Point Corporation
http://www.endpoint.com/


More information about the interchange-users mailing list