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 |