in reply to Text Matching

And the question is?

Replies are listed 'Best First'.
Re: Re: Text Matching
by artist (Parson) on May 31, 2003 at 04:29 UTC
    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