print HtmlDropDowns::build_dropdown(undef, sub { 1 .. 10 }, sub { shift; 'Entry ' . shift; }, 'Pick a number from 1 to 10', 5, );