in reply to Automatic Generation of Form Handling Code

How about this as a starting point if you have to write it:
  1. Convert the HTML to XML (e.g. with Tidy)
  2. Select the fields in which you are interested
  3. Use perl to process the xml and generate the code, probably with something based on XSLT
You might also want to check out CGI::XMLForm, which I have wanted to play with for some time.
  • Comment on Re: Automatic Generation of Form Handling Code