set_uk has asked for the wisdom of the Perl Monks concerning the following question:
Is it simply a case of iterating through all the fields via the fields array I used to create the CGI::Form and then using $value = $obj->get($column_name) to create the hash? I bet there is a better way.
btw - I'm impressed with the ease with which a webapp can be out together using CGI, CGI::FormBuilder, Template Toolkit, CGI::Application. Complete web app newbie last week - almost finished this week. Thumbs up to the authors who penned those modules.
Simon
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI::Formbuilder and Class::DBI
by PodMaster (Abbot) on Nov 12, 2003 at 11:54 UTC | |
by set_uk (Pilgrim) on Nov 12, 2003 at 12:39 UTC | |
|
Re: CGI::Formbuilder and Class::DBI
by markjugg (Curate) on Nov 13, 2003 at 03:26 UTC |