use CGI; my $array_ref=[ 'eenie','meenie', 'miney', 'mo' ]; my $cgi = new CGI; print $cgi->popup_menu(-name=>'my_popup',-values=>$array_ref);