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

Hi everybody, I am looking for a rule engine for perl. Can anybody suggest a rule engine I can use? I want to correlate and aggregate data records read in from csv files. Here I began to think about using rule engines. By defining rules I hope to get a 'cleaner' and maybe shorter code instead writing it by applying manual algorithms. I stumbled accross VS::RuleEngine. But I couldn't find much documentation for it or even examples, tutorials etc. greez

Replies are listed 'Best First'.
Re: Rule Engines in Perl
by Anonymous Monk on Nov 10, 2008 at 15:08 UTC
Re: Rule Engines in Perl
by perlfan (Parson) on Nov 10, 2008 at 20:06 UTC
    Are you looking for something like Ruleby, but written in Perl?
      exactly that is what I am looking for. Ruleby for Ruby or Drools for Java, ? for Perl. Isn't there such kind of module out there?