in reply to Re^3: Code and html separation - always or mostly doable?
in thread Code and html separation - always or mostly doable?

there's an even easier way to do that one ...

[% mycgi.popup_menu( '-name' => 'mylist', '-values' => [ 1,2,3 ], '-de +fault' => 2 ) %]
i used that all the time when i was using TT. let the CGI.pm plug-in do its job.