artist has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Text Matching
by Anonymous Monk on May 31, 2003 at 04:20 UTC
    And the question is?
      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

Re: Text Matching
by Anonymous Monk on May 31, 2003 at 19:16 UTC

    If you supplied a few examples of "items" and "conditions" and what you mean by "framework", you might get a better response.