jfroebe has asked for the wisdom of the Perl Monks concerning the following question:
I'm looking for a module that allows me to set a series of arbitrary criteria and produce a result :-)
for example:
if a b c > X but less than Y or possibly U or b c d > Z
the kicker is that each of the variables may have dozens or hundreds of values (parsed from multiple files) so the normal if/else is not feasible.
What I'm doing is taking partially statistical performance output from hundreds of 'instances' and producing semi-intelligent 'during the hours 1pm - 3pm, high usage and relatively high spinlocks in a particular cache but low utilization - consider partitioning cache to X and possibly reduce the size'.
in essence, I'm looking for an almost LISP-like rules engine. I haven't touched LISP for more than 20 years. I would prefer to have a perl based engine.
thanks
Jason L. Froebe
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Rules based Perl
by BrowserUk (Patriarch) on Nov 05, 2003 at 19:36 UTC | |
by thor (Priest) on Nov 06, 2003 at 13:23 UTC | |
by BrowserUk (Patriarch) on Nov 06, 2003 at 21:21 UTC | |
|
Re: Rules based Perl
by boo_radley (Parson) on Nov 05, 2003 at 18:52 UTC | |
|
Re: Rules based Perl
by CombatSquirrel (Hermit) on Nov 05, 2003 at 18:57 UTC | |
|
Re: Rules based Perl
by sauoq (Abbot) on Nov 05, 2003 at 20:23 UTC | |
|
Re: Rules based Perl
by Cody Pendant (Prior) on Nov 05, 2003 at 20:32 UTC | |
|
Re: Rules based Perl
by gjb (Vicar) on Nov 06, 2003 at 14:02 UTC |