I know this isn't a beginners question, but I didn't see any other
mailing lists for it. I have about 40 flow charts I need to make
into code. The flow charts are all hierarchies, some are part of
each other so really it's maybe 4 big hierarchies. Anyway, what is
the best way to accomplish this? Things I've considered:
- use some C for switch/case statements
- use Switch (the perl module)
- use Prolog and AI::Prolog somehow (I don't know Prolog [yet],
and I don't know how it could help me)
- email a perl mailing list and see what they have to say
I've never know perl to have a weakness. Logic programming might be
one.
Thanks!
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>