in reply to Re: Meta-form: database setup suggestions please
in thread Meta-form: database setup suggestions please

Thanks a lot for that, particularly for your suggestions about prototyping before using the actual DB, which hadn't occured to me -- always good to separate the specifics from the big picture if you can, and as you say, this kind of thing is what Perl is so good for.

I had considered saving each form as an XML document, but I'm still getting to grips with XML at the moment. Reading it was fine with XML::Simple, but editing and rewriting it not nearly as much fun.

And yes, as you say, these forms are all email forms, I should have made that clearer.

Thanks again.
--

“Every bit of code is either naturally related to the problem at hand, or else it's an accidental side effect of the fact that you happened to solve the problem using a digital computer.”
M-J D
  • Comment on Re: Re: Meta-form: database setup suggestions please