my %subject = ( name => 'email', fieldtype => 'textfield', } my %msgbody = ( name => 'msgbody', fieldtype => 'textarea', ); my %aselectlist = ( name => 'aselectlist', fieldtype => 'popup', optvals => [qw/option1 option2 option3 option4/], );