On Fri, 21 Dec 2001, Phil Taylor wrote: > Is there a standard approach to creating SELECT lists with the > HTML::Template module?
I don't know if it's standard but I like: <tmpl_var foo_select> And in the code: $template->param(foo_select => $query->popup_menu(name => 'foo', ...)); -sam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
