I want to have a dropdown menu that shows years 2000 thru 2015. I'm using HTML::Template and I know I can pass an array ref to HTML::Template and loop over it to make the menu, but how would I put in a "selected" year? What's the best method? The selected year would be decided at runtime.