(Randal L. Schwartz) schrieb:
> >>>>> "David" == David Cantrell <[EMAIL PROTECTED]> writes:
> David> That's two tasks. It should be two modules.
>
> No, it's an *integrated* task. The form-generation stuff needs tight
> coupling
> with the getting (and setting) of the incoming param values.
A separate module, say HTML::Formgenerator, could easily use CGI.pm (or
Web.pm,...) to get and set parameters:
$value = $query->param('foo');
$query->param('foo','an','array','of','values');
I see no need to integrate those modules.
Regards
--
Thomas Wittek
http://gedankenkonstrukt.de/
Jabber: [EMAIL PROTECTED]