Re: dual-variable pattern matching

2006-07-20 Thread Williamawalters
hi josh --     In a message dated 7/19/2006 4:22:20 P.M. Eastern Standard Time, [EMAIL PROTECTED] writes:   > Gurus-> > I'm trying to help a co-worker on reg exp/pattern match issue.> > we have a set of items to go through and another set of input that's > tested against the first.> > we n

Re: dual-variable pattern matching

2006-07-20 Thread Josh . Perlmutter
responses embedded [EMAIL PROTECTED] wrote on 07/19/2006 06:25:50 PM: > hi josh -- > > In a message dated 7/19/2006 4:22:20 P.M. Eastern Standard Time, > [EMAIL PROTECTED] writes: > > > Gurus- > > > > I'm trying to help a co-worker on reg exp/pattern match issue. > > > > we have a set of i

Re: dual-variable pattern matching

2006-07-19 Thread Williamawalters
hi again josh --     in thinking about my previous post, it seemed that i had not expressed myself clearly.   see addenda below.     In a message dated 7/19/2006 6:51:27 P.M. Eastern Standard Time, [EMAIL PROTECTED] writes:   > hi josh --   >  > In a message dated 7/19/2006 4:22:20 P.M. E

Re: dual-variable pattern matching

2006-07-19 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: > Gurus- > > I'm trying to help a co-worker on reg exp/pattern match issue. > > we have a set of items to go through and another set of input that's > tested against the first. > > we need to check that items in the second set are a one-for-one match or > subset of th

Re: dual-variable pattern matching

2006-07-19 Thread Williamawalters
hi josh --     In a message dated 7/19/2006 4:22:20 P.M. Eastern Standard Time, [EMAIL PROTECTED] writes:   > Gurus-> > I'm trying to help a co-worker on reg exp/pattern match issue.> > we have a set of items to go through and another set of input that's > tested against the first.> > we n

dual-variable pattern matching

2006-07-19 Thread Josh . Perlmutter
Gurus- I'm trying to help a co-worker on reg exp/pattern match issue. we have a set of items to go through and another set of input that's tested against the first. we need to check that items in the second set are a one-for-one match or subset of the latter. ie: $var1 =~ /$var2/ where thi