in reply to Automatic Web Forms generation from pre-existent DataBase

I guess that some module related to CGI::FormBuilder might help you, for example Class::DBI::FormBuilder, but I haven't actually tried that.

If you want basic CRUD (create, read, update, delete) CGI scripts for your database maybe a MVC framework like Maypole or Catalyst are a good idea.

  • Comment on Re: Automatic Web Forms generation from pre-existent DataBase