in reply to Interactive Form Creation/Maintenance

I use HTML::Template as Sifmole does. Sometimes I also use HTML::FillInForm to make my work even easier. Frequently I'll run a page through HTML::Template and then through HTML::FillInForm.

I have some documentation with examples of this here

-mark

  • Comment on Re: Interactive Form Creation/Maintenance