Re: Hash of Hashes to set up form

2001-12-11 Thread Marcus Willemsen
>Curtis, Thanks a lot for your help, it works perfectly and it isn't harder to maintain than the solutions I have tried out so far. Marcus >= >Senior Programmer >Onsite! Technology (http://www.onsitetech.com/) >"Ovid" on http://www.perlmonks.org/ > >_

Re: Hash of Hashes to set up form

2001-12-10 Thread Curtis Poe
--- Marcus Willemsen <[EMAIL PROTECTED]> wrote: > Hi all, > > can anybody help? > I am trying to set up a form using a hash of hashes to build different > types of fields as I think it is easier to check and process form input: > > my %fields = (textfield => { 'Name_of_textfield' => { -name =>

Hash of Hashes to set up form

2001-12-10 Thread Marcus Willemsen
Hi all, can anybody help? I am trying to set up a form using a hash of hashes to build different types of fields as I think it is easier to check and process form input: my %fields = (textfield => { 'Name_of_textfield' => { -name => 'bla' }, 'Name_of_next_textfie