g0n has asked for the wisdom of the Perl Monks concerning the following question:
I want to place this logic in a database table, so that the logic is configurable, and in a human readable format. The obvious way is with statements like:
I've dug around cpan with all the search terms I can think of, and can't find anything that does anything like this. Does anyone know of anything appropriate?
--------------------------------------------------------------
$perlquestion=~s/Can I/How do I/g;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Human readable logic statements
by sh1tn (Priest) on Sep 19, 2005 at 11:33 UTC | |
|
Re: Human readable logic statements
by graff (Chancellor) on Sep 19, 2005 at 17:37 UTC | |
|
Re: Human readable logic statements
by sauoq (Abbot) on Sep 20, 2005 at 00:52 UTC | |
|
Re: Human readable logic statements
by g0n (Priest) on Sep 20, 2005 at 09:28 UTC | |
|
Re: Human readable logic statements
by artist (Parson) on Sep 21, 2005 at 01:04 UTC |