It's just HTML. Just have the perl script output something like this: <select name="form_element"> <option>value 1</option> <option>value 2</option> </select> Parsing of the replied value will be done just like the other form elements you have. You'll see that form_element is assigned a value like "value 1". If you want to have a particular value selected by default, then add "selected" to the option tag for that value. You can also use the CGI module to create these with an object interface, but this is basically what it's doing behind the scenes. On Wed, 2006-10-11 at 05:49 -0500, Matthew Johnson wrote: > If you don't get your answer here, I can post your request to the twin > cities perl mongers list if you like. -Matt > > > On 8/21/06, admin at lctn.org <admin at lctn.org> wrote: > I have a Perl script (contact.pl) that we are using for > customized web > forms.It has turned out to be a very good tool, but I need to > customize it > so it has drop down menus in a few places. The person who > wrote the script > is not familiar enough with Perl to do this. Is there a Perl > pro on the > list that can help me on this, or would it be better to join a > Perl list > to get the help I need? > > > Raymond > > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > > > > -- > ** HELP AN ABDUCTED CHILD. ** > Sign up for wireless Amber alerts by zipcode here: > https://www.wirelessamberalerts.org/index.jsp > More info at: > http://www.wirelessfoundation.org/amber/ > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list ________________________________________________________________________ Jon Schewe | http://mtu.net/~jpschewe If you see a signature.asc file attached to the message this is my digital signature. See http://www.gnupg.org for more information. For I am convinced that neither death nor life, neither angels nor demons, neither the present nor the future, nor any powers, neither height nor depth, nor anything else in all creation, will be able to separate us from the love of God that is in Christ Jesus our Lord. - Romans 8:38-39 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://mailman.mn-linux.org/pipermail/tclug-list/attachments/20061011/a1cfc05c/attachment.pgp