{ # make a select field with AoA options my ($html, $tree) = widget(select => { options => [ [ '' => 'Flavorless', ], [ minty => 'Peppermint', ], [ perky => 'Fresh and Warm', ], [ super => 'Red and Blue', ], ], name => 'flavor', value => 'minty', });