http://qs1969.pair.com?node_id=495996


in reply to Populating options in html select.

Here's advice on using CGI::FormBuilder with HTML::Template for this.

I've also done it by passing another template variable whose value is the selected option, and having a TMPL_IF in my TMPL_LOOP comparing each value to the selected option. That left a bad taste in my mouth, but it worked.