in reply to
Prepopulate an HTML option List
HTML::FillInForm
solves this problem of populating the fields in a HTML form, including option tags. (There is a perl module for almost anything on CPAN!) It is pretty easy to use, and doesn't require CGI.pm.
Comment on
Re: Prepopulate an HTML option List
In Section
Seekers of Perl Wisdom