![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: Input arrays to CGIby sedhed (Scribe) |
on Jul 24, 2002 at 07:03 UTC ( #184718=note: print w/replies, xml ) | Need Help?? |
Looks like you're defining multiple fields with similar names, but CGI.pm does not know that they go together as a group. So, to group certain widgets together for processing, I have used logic like:
And then in perl:
There's probably much prettier ways of doing it. I'd love to hear what others do...
In Section
Seekers of Perl Wisdom
|
|