in reply to Re: Text Matching
in thread Text Matching

Question is more from the perspective of framework. I have to see if item matches a condition then item has to be associated with the group (of which the matching condition is a member).
if ($item =~ /$condition->statements/e) { $item->associate($condition->group) }
Any experience or modules which can help me to build proper frame-work and give a clearer look at what I am trying to achieve would be helpful.

artist

Replies are listed 'Best First'.
•Re: Re: Re: Text Matching
by merlyn (Sage) on May 31, 2003 at 06:58 UTC